Skip to content

Commit ea241b8

Browse files
committed
Fix spacing in 'redact_exclusion' assignment
1 parent a33b3f2 commit ea241b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function createBroker(
5353
exchange.setSandboxMode(true);
5454
}
5555
exchange.options.recvWindow = 60000;
56-
exchange.redact_exclusion="key"; //Exclude api-key and apikey
56+
exchange.redact_exclusion = "key"; //Exclude api-key and apikey
5757
return exchange;
5858
}
5959

0 commit comments

Comments
 (0)