Skip to content

Commit 2521d1c

Browse files
committed
fix: Change limit from 250 to 100
1 parent ff4564d commit 2521d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/unityGraphQL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ query GetRelease($limit: Int, $skip: Int, $version: String!, $stream: [UnityRele
6060
`;
6161

6262
const variables = {
63-
limit: 250,
63+
limit: 100,
6464
skip: 0,
6565
version: version,
6666
stream: stream,

0 commit comments

Comments
 (0)