From f603bc8b46a068e6f0be815506cedf7b1a716781 Mon Sep 17 00:00:00 2001 From: Nicholas Addison Date: Mon, 28 Oct 2024 22:13:29 +1100 Subject: [PATCH] Added limit to graphQL query --- src/js/utils/queue.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/utils/queue.js b/src/js/utils/queue.js index 5bf78bf..5a7e001 100644 --- a/src/js/utils/queue.js +++ b/src/js/utils/queue.js @@ -22,6 +22,7 @@ const outstandingWithdrawalAmount = async ({ withdrawer }) => { query OutstandingRequestsQuery($withdrawer: String!) { oethWithdrawalRequests( where: { withdrawer_eq: $withdrawer, claimed_eq: false } + limit: 100 ) { id amount