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)
|
||||
mime-types)
|
||||
((application/json)
|
||||
(peek target-job)
|
||||
(render-json
|
||||
`((error . "invalid query")
|
||||
(base_job . ,base-job)
|
||||
|
|
|
|||
|
|
@ -1042,7 +1042,7 @@
|
|||
`(,(header)
|
||||
(div (@ (class "container"))
|
||||
(h1 "Unknown commit")
|
||||
,(if (peek "BASE" base-job)
|
||||
,(if base-job
|
||||
`(p "Revision "
|
||||
(a (@ (href
|
||||
,(string-append
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue