Fix JSON response for unknown revisions

This commit is contained in:
Christopher Baines 2022-10-17 16:07:46 +01:00
parent 8dd164665a
commit aaec813cba

View file

@ -395,7 +395,7 @@
mime-types) mime-types)
((application/json) ((application/json)
(render-json (render-json
'((unknown_commit . ,commit-hash)) `((unknown_commit . ,commit-hash))
#:code 404)) #:code 404))
(else (else
(letpar& ((job (letpar& ((job