From c2ba4e714243d538880a8b2a34555d579610f074 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 24 Apr 2020 10:38:34 +0100 Subject: [PATCH] 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))))))