From ab3875db9d50c5aacf3b8c2705ab19538839a056 Mon Sep 17 00:00:00 2001 From: umar abdullahi Date: Thu, 7 Nov 2024 17:27:14 +0100 Subject: [PATCH] fix: excludeQuery for get balance by currency --- services/misc/rave.balances-currency.js | 1 + 1 file changed, 1 insertion(+) diff --git a/services/misc/rave.balances-currency.js b/services/misc/rave.balances-currency.js index 9669cd1..ca7e4d6 100644 --- a/services/misc/rave.balances-currency.js +++ b/services/misc/rave.balances-currency.js @@ -5,6 +5,7 @@ const { fetchBalance } = require('../schema/auxillary'); async function service(data, _rave) { validator(fetchBalance, data); data.method = 'GET'; + data.excludeQuery = true; const { body: response } = await _rave.request( `/v3/balances/${data.currency}`, data,