Skip to content

Commit

Permalink
Window 25
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic authored Mar 18, 2024
1 parent 8b371b4 commit 39cdb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userlist/members.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (c *UserListConfig) loadMembers() error {
} `graphql:"enterprise(slug: $slug)"`
}

window := 100
window := 25
variables := map[string]interface{}{
"slug": githubv4.String("prodyna"),
"first": githubv4.Int(window),
Expand Down

0 comments on commit 39cdb81

Please sign in to comment.