There was an error while loading. Please reload this page.
1 parent a33b3f2 commit ea241b8Copy full SHA for ea241b8
1 file changed
src/helpers/index.ts
@@ -53,7 +53,7 @@ export function createBroker(
53
exchange.setSandboxMode(true);
54
}
55
exchange.options.recvWindow = 60000;
56
- exchange.redact_exclusion="key"; //Exclude api-key and apikey
+ exchange.redact_exclusion = "key"; //Exclude api-key and apikey
57
return exchange;
58
59
0 commit comments