Fix git-commit-exists?

This commit is contained in:
Christopher Baines 2024-11-08 12:52:48 +00:00
parent 3f07df510e
commit 58af8e2dc7

View file

@ -43,5 +43,5 @@ ON CONFLICT DO NOTHING"
conn
"SELECT 1 FROM git_commits WHERE commit = $1"
(list commit))
(#f #f)
(() #f)
(_ #t)))