Skip to content

Commit

Permalink
Update src/main/java/org/kohsuke/github/GHRepository.java
Browse files Browse the repository at this point in the history
Committing @bitwiseman suggestion

Co-authored-by: Liam Newman <[email protected]>
  • Loading branch information
augustd and bitwiseman authored Nov 13, 2024
1 parent 63e43d7 commit e69c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/kohsuke/github/GHRepository.java
Original file line number Diff line number Diff line change
Expand Up @@ -2723,7 +2723,7 @@ public List<GHCodeownersError> listCodeownersErrors() throws IOException {
* the io exception
*/
public PagedIterable<Contributor> listContributors() throws IOException {
return root().createRequest().withUrlPath(getApiTailUrl("contributors")).toIterable(Contributor[].class, null);
return listContributors(null);
}

/**
Expand Down

0 comments on commit e69c1b9

Please sign in to comment.