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

This commit is contained in:
Greg Jacobs
2024-06-12 13:19:43 -04:00
parent e2c5035011
commit 6702f04050

View File

@@ -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
}