1
0
Fork 0

Fix comments-closed-timestamp spec parser

This commit is contained in:
Andy Wingo 2021-03-08 15:42:29 +01:00
parent 768578c873
commit 70a93318b4

View file

@ -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)