guix-commits
[Top][All Lists]
Advanced

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

06/08: Fix the field names for the JSON representation of a branch


From: Christopher Baines
Subject: 06/08: Fix the field names for the JSON representation of a branch
Date: Fri, 24 Apr 2020 13:54:47 -0400 (EDT)

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

commit c2ba4e714243d538880a8b2a34555d579610f074
Author: Christopher Baines <address@hidden>
AuthorDate: Fri Apr 24 10:38:34 2020 +0100

    Fix the field names for the JSON representation of a branch
---
 guix-data-service/web/repository/controller.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/web/repository/controller.scm 
b/guix-data-service/web/repository/controller.scm
index 67b37a6..257b16a 100644
--- a/guix-data-service/web/repository/controller.scm
+++ b/guix-data-service/web/repository/controller.scm
@@ -88,7 +88,7 @@
              `((revisions
                 . ,(list->vector
                     (map (match-lambda
-                           ((date commit-hash _ _)
+                           ((commit-hash date _ _)
                             `((date . ,date)
                               (commit-hash . ,commit-hash))))
                          revisions))))))



reply via email to

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