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))
|
||||
|
||||
(define target-commit
|
||||
(peek (assq-ref query-parameters 'target_commit)))
|
||||
(assq-ref query-parameters 'target_commit))
|
||||
|
||||
(layout
|
||||
#:body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue