Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
fix: bump FetchGoals to 50 (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfoley committed May 24, 2021
1 parent a3493c3 commit 20ccf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/apiGraphQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const operationsDoc = `
}
}
issues(
first: 10
first: 50
states: OPEN
orderBy: { direction: DESC, field: CREATED_AT }
) {
Expand Down

0 comments on commit 20ccf8f

Please sign in to comment.