Skip to content

Commit 5906f03

Browse files
committed
chore(): fix lint
1 parent c72aed8 commit 5906f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/websocket-api-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { CancelOrderRequestV3 } from './types/request/v3/trade.js';
22
import { CancelOrderResponseV3 } from './types/response/v3/trade.js';
3+
import { WSAPIResponse } from './types/websockets/ws-api.js';
34
import { WSAPIPlaceOrderRequestV3 } from './types/websockets/ws-api-request.js';
45
import { WSAPIPlaceOrderResponseV3 } from './types/websockets/ws-api-response.js';
5-
import { WSAPIResponse } from './types/websockets/ws-api.js';
66
import {
77
BitgetInstTypeV3,
88
WSClientConfigurableOptions,

0 commit comments

Comments
 (0)