Skip to content

Commit 076079a

Browse files
committed
Fix-up last commit: forgot to change the query parser
1 parent ac59bd4 commit 076079a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverLib.sml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ in
574574
read_dict
575575
[("repository",
576576
read_dict
577-
[("defaultBranchRef",
577+
[("ref",
578578
read_dict
579579
[("target", replace_acc read_obj)])])])]
580580
empty_obj (Substring.full response)

0 commit comments

Comments
 (0)