Skip to content

Commit c6cf4f1

Browse files
committed
fix page size
1 parent c46f435 commit c6cf4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/jobber/jobber.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default {
100100
do {
101101
const variables = {
102102
after: endCursor,
103-
first: 1,
103+
first: 100,
104104
...args,
105105
};
106106
const { data } = await this.post({

0 commit comments

Comments
 (0)