Remove a couple of peek calls that snuck in
This commit is contained in:
parent
ab51599057
commit
edb21317a6
2 changed files with 2 additions and 2 deletions
|
|
@ -638,7 +638,7 @@
|
||||||
(assq-ref query-parameters 'base_commit))
|
(assq-ref query-parameters 'base_commit))
|
||||||
|
|
||||||
(define target-commit
|
(define target-commit
|
||||||
(peek (assq-ref query-parameters 'target_commit)))
|
(assq-ref query-parameters 'target_commit))
|
||||||
|
|
||||||
(layout
|
(layout
|
||||||
#:body
|
#:body
|
||||||
|
|
|
||||||
|
|
@ -629,7 +629,7 @@
|
||||||
(a (@ (href ,path))
|
(a (@ (href ,path))
|
||||||
,(display-store-item path))
|
,(display-store-item path))
|
||||||
"\","
|
"\","
|
||||||
,(string-append (if (peek recursive?) "\"r:" "\"")
|
,(string-append (if recursive? "\"r:" "\"")
|
||||||
hash-algorithm)
|
hash-algorithm)
|
||||||
"\""
|
"\""
|
||||||
","
|
","
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue