Remove a few peek calls that snuck in
This commit is contained in:
parent
f05af4479d
commit
1573fe566b
2 changed files with 1 additions and 2 deletions
|
|
@ -167,7 +167,6 @@
|
||||||
'(application/json text/html)
|
'(application/json text/html)
|
||||||
mime-types)
|
mime-types)
|
||||||
((application/json)
|
((application/json)
|
||||||
(peek target-job)
|
|
||||||
(render-json
|
(render-json
|
||||||
`((error . "invalid query")
|
`((error . "invalid query")
|
||||||
(base_job . ,base-job)
|
(base_job . ,base-job)
|
||||||
|
|
|
||||||
|
|
@ -1042,7 +1042,7 @@
|
||||||
`(,(header)
|
`(,(header)
|
||||||
(div (@ (class "container"))
|
(div (@ (class "container"))
|
||||||
(h1 "Unknown commit")
|
(h1 "Unknown commit")
|
||||||
,(if (peek "BASE" base-job)
|
,(if base-job
|
||||||
`(p "Revision "
|
`(p "Revision "
|
||||||
(a (@ (href
|
(a (@ (href
|
||||||
,(string-append
|
,(string-append
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue