Make the unknown JSON a bit more sensible
This commit is contained in:
parent
17e76b4ef1
commit
6d0eaab4e7
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
(cond
|
(cond
|
||||||
((eq? content-type 'json)
|
((eq? content-type 'json)
|
||||||
(render-json
|
(render-json
|
||||||
'((compare . #t))))
|
'((unknown_commit . #t))))
|
||||||
(else
|
(else
|
||||||
(apply render-html
|
(apply render-html
|
||||||
(compare-unknown-commit base-commit
|
(compare-unknown-commit base-commit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue