Skip to content

Commit a3600dd

Browse files
committed
chore(): comment out optional line
1 parent ad520ee commit a3600dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ws-api-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function start() {
105105
* Also optional, as for spot. Keep in mind the first parameter (wsKey) might vary depending on which WS URL is needed.
106106
*/
107107
// console.log(new Date(), 'Authenticating in advance...');
108-
await client.getWSClient().connectWSAPI('perpFuturesUSDTV4');
108+
// await client.getWSClient().connectWSAPI('perpFuturesUSDTV4');
109109
// await client.getWSClient().connectWSAPI('perpFuturesBTCV4');
110110
// await client.getWSClient().connectWSAPI('deliveryFuturesUSDTV4');
111111
// await client.getWSClient().connectWSAPI('perpFuturesBTCV4');

0 commit comments

Comments
 (0)