1
0
Fork 0

Fix comments-open? logic. sadness

This commit is contained in:
Andy Wingo 2021-03-08 15:49:41 +01:00
parent 70a93318b4
commit ae3d83d5f2

View file

@ -123,7 +123,7 @@
(cond
((post-comments-closed-timestamp post)
=> (lambda (at-timestamp)
(< at-timestamp (time-second (current-time)))))
(< (time-second (current-time)) at-timestamp)))
(else #t))))
(define (post-comments-closed-timestamp post)