Fix JSON response for unknown revisions
This commit is contained in:
parent
8dd164665a
commit
aaec813cba
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@
|
|||
mime-types)
|
||||
((application/json)
|
||||
(render-json
|
||||
'((unknown_commit . ,commit-hash))
|
||||
`((unknown_commit . ,commit-hash))
|
||||
#:code 404))
|
||||
(else
|
||||
(letpar& ((job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue