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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user