Fix the field names for the JSON representation of a branch
This commit is contained in:
parent
7a7dedfa1b
commit
c2ba4e7142
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
`((revisions
|
`((revisions
|
||||||
. ,(list->vector
|
. ,(list->vector
|
||||||
(map (match-lambda
|
(map (match-lambda
|
||||||
((date commit-hash _ _)
|
((commit-hash date _ _)
|
||||||
`((date . ,date)
|
`((date . ,date)
|
||||||
(commit-hash . ,commit-hash))))
|
(commit-hash . ,commit-hash))))
|
||||||
revisions))))))
|
revisions))))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue