Fix expected exec-query value when no branch exists
This commit is contained in:
parent
d4bb0ffaaa
commit
512b43ec73
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ WHERE git_repository_id = $1
|
||||||
AND name = $2"
|
AND name = $2"
|
||||||
(list (number->string git-repository-id)
|
(list (number->string git-repository-id)
|
||||||
name))
|
name))
|
||||||
(#f #f)
|
(() #f)
|
||||||
(((id)) (string->number id))))
|
(((id)) (string->number id))))
|
||||||
|
|
||||||
(define (insert-git-branch-entry conn
|
(define (insert-git-branch-entry conn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue