Skip to content

Commit

Permalink
fix wrong argumnet in query
Browse files Browse the repository at this point in the history
  • Loading branch information
amenocal committed Dec 12, 2024
1 parent 6de098d commit 777de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-repo-stats
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ GetTeams() {

QUERY="query(\$owner: String!, \$pageSize: Int!, \$endCursor: String) {
organization(login: \$owner) {
teams(first: \$pageSize, endCursor: \$endCursor) {
teams(first: \$pageSize, after: \$endCursor) {
pageInfo {
hasNextPage
endCursor
Expand Down

0 comments on commit 777de30

Please sign in to comment.