From 6702f04050a8750255845c9e4b25b6c4393de1be Mon Sep 17 00:00:00 2001 From: Greg Jacobs Date: Wed, 12 Jun 2024 13:19:43 -0400 Subject: [PATCH] Updated apiResponseTester back to info for now to investigate how to change logic for showing date and just grabbing {} object and not additional debug info it still sends --- src/utils/apiResponseChecker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/apiResponseChecker.js b/src/utils/apiResponseChecker.js index 0df1048..f3e16fe 100644 --- a/src/utils/apiResponseChecker.js +++ b/src/utils/apiResponseChecker.js @@ -79,7 +79,7 @@ const intervalId = setInterval(async () => { dataCenter: dataCenter, xid: security.xid, symbol: security.symbol, - url: `https://api.${dataCenter}.services.mdgapp.net/rbc-quote/v1/${security.xid}?realTime=0&..showdebugdata..=on`, // showdebuginfo was window based we should use showdebugdata + url: `https://api.${dataCenter}.services.mdgapp.net/rbc-quote/v1/${security.xid}?realTime=0&..showdebuginfo..=on`, // TODO: showdebuginfo was window based we should use showdebugdata will need to fix in future headers: { 'x-mod-access-token': user.modAccessToken }