Skip to content

Commit 2b7db80

Browse files
authored
Merge pull request #1893 from Liqwid-Labs/fetch-all-market-liqwid
fix: increase the pagination limit to display all markets
2 parents 80a6116 + d4ba3f6 commit 2b7db80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/liqwid/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const apy = async () => {
88
query {
99
liqwid {
1010
data {
11-
markets {
11+
markets (input: { perPage: 100 }) {
1212
page
1313
results {
1414
id

0 commit comments

Comments
 (0)