Remove a few peek calls that snuck in

This commit is contained in:
Christopher Baines 2020-10-31 15:54:34 +00:00
parent f05af4479d
commit 1573fe566b
2 changed files with 1 additions and 2 deletions

View file

@ -167,7 +167,6 @@
'(application/json text/html)
mime-types)
((application/json)
(peek target-job)
(render-json
`((error . "invalid query")
(base_job . ,base-job)

View file

@ -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