guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Fix JSON response for unknown revisions


From: Christopher Baines
Subject: branch master updated: Fix JSON response for unknown revisions
Date: Mon, 17 Oct 2022 11:08:05 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new aaec813  Fix JSON response for unknown revisions
aaec813 is described below

commit aaec813cba86240d5e9e6751e1743ee4f540d998
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Oct 17 16:07:46 2022 +0100

    Fix JSON response for unknown revisions
---
 guix-data-service/web/revision/controller.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/web/revision/controller.scm 
b/guix-data-service/web/revision/controller.scm
index f19e1d7..87dd63c 100644
--- a/guix-data-service/web/revision/controller.scm
+++ b/guix-data-service/web/revision/controller.scm
@@ -395,7 +395,7 @@
          mime-types)
     ((application/json)
      (render-json
-      '((unknown_commit . ,commit-hash))
+      `((unknown_commit . ,commit-hash))
       #:code 404))
     (else
      (letpar& ((job



reply via email to

[Prev in Thread] Current Thread [Next in Thread]