Fix comments-closed-timestamp spec parser
This commit is contained in:
parent
d6cee09123
commit
768578c873
1 changed files with 4 additions and 4 deletions
|
@ -59,10 +59,10 @@
|
|||
`((timestamp . ,string->number)
|
||||
(tags . ,(lambda (v) (string-split/trimming v #\,)))
|
||||
(title . ,identity)
|
||||
(comments-closed-timestamp ,(lambda (str)
|
||||
(if (string-null? str)
|
||||
#f
|
||||
string->number)))))
|
||||
(comments-closed-timestamp . ,(lambda (str)
|
||||
(if (string-null? str)
|
||||
#f
|
||||
string->number)))))
|
||||
|
||||
(define (post-from-tree encoded-name sha1)
|
||||
(append `((key . ,encoded-name)
|
||||
|
|
Loading…
Reference in a new issue