Skip to content

Commit 6d4ced5

Browse files
authored
fixed reference collection creation (#183)
1 parent 4bcd93d commit 6d4ced5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/reference.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515
@api_default function references(api::GitHubAPI, repo; options...)
1616
results, page_data = gh_get_paged_json(api, "/repos/$(name(repo))/git/refs"; options...)
17-
return Reference.((results,)), page_data
17+
return Reference.(results), page_data
1818
end
1919

2020
@api_default function create_reference(api::GitHubAPI, repo; options...)

0 commit comments

Comments
 (0)