Skip to content

Commit b2a76a1

Browse files
committed
refactor: consolidate imports in ws-api-client-trade.ts
- Combined DefaultLogger and WebsocketAPIClient imports into a single line for cleaner code structure.
1 parent 56c338c commit b2a76a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/V3 - UTA/WS-API/ws-api-client-trade.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { DefaultLogger } from '../../../src/index.js';
2-
import { WebsocketAPIClient } from '../../../src/websocket-api-client.js';
1+
import { DefaultLogger, WebsocketAPIClient } from '../../../src/index.js';
32

43
// or
54
// import { DefaultLogger, WS_KEY_MAP, WebsocketAPIClient } from 'bitget-api';

0 commit comments

Comments
 (0)