From 58af8e2dc7e038f82dff4b4e950c7f641b2fdc8a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 8 Nov 2024 12:52:48 +0000 Subject: Fix git-commit-exists? --- guix-data-service/model/git-commit.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix-data-service/model') diff --git a/guix-data-service/model/git-commit.scm b/guix-data-service/model/git-commit.scm index 0e8f773..e8b00ff 100644 --- a/guix-data-service/model/git-commit.scm +++ b/guix-data-service/model/git-commit.scm @@ -43,5 +43,5 @@ ON CONFLICT DO NOTHING" conn "SELECT 1 FROM git_commits WHERE commit = $1" (list commit)) - (#f #f) + (() #f) (_ #t))) -- cgit v1.2.3