We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcd93d commit 6d4ced5Copy full SHA for 6d4ced5
src/git/reference.jl
@@ -14,7 +14,7 @@ end
14
15
@api_default function references(api::GitHubAPI, repo; options...)
16
results, page_data = gh_get_paged_json(api, "/repos/$(name(repo))/git/refs"; options...)
17
- return Reference.((results,)), page_data
+ return Reference.(results), page_data
18
end
19
20
@api_default function create_reference(api::GitHubAPI, repo; options...)
0 commit comments