2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Fix the field names for the JSON representation of a branch

This commit is contained in:
Christopher Baines 2020-04-24 10:38:34 +01:00
parent 7a7dedfa1b
commit c2ba4e7142

View file

@ -88,7 +88,7 @@
`((revisions
. ,(list->vector
(map (match-lambda
((date commit-hash _ _)
((commit-hash date _ _)
`((date . ,date)
(commit-hash . ,commit-hash))))
revisions))))))