Fix comments-closed-timestamp spec parser
This commit is contained in:
parent
768578c873
commit
70a93318b4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
(comments-closed-timestamp . ,(lambda (str)
|
||||
(if (string-null? str)
|
||||
#f
|
||||
string->number)))))
|
||||
(string->number str))))))
|
||||
|
||||
(define (post-from-tree encoded-name sha1)
|
||||
(append `((key . ,encoded-name)
|
||||
|
|
Loading…
Reference in a new issue