Skip to content

Commit

Permalink
Merge pull request #121 from mona-actions/fix/teams-query
Browse files Browse the repository at this point in the history
fix wrong argument in query
  • Loading branch information
amenocal authored Dec 16, 2024
2 parents 6de098d + 777de30 commit fe988e7
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 fe988e7

Please sign in to comment.