Skip to content

Commit

Permalink
chore(): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Jun 13, 2024
1 parent 5e622dc commit aa494aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RestClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ import {
BrokerCommissionHistoryRecord,
BrokerTransactionHistoryRecord,
} from './types/response/rebate.js';
import { APIResponse } from './types/response/shared.types.js';
import { APIResponse } from './types/response/shared.js';
import {
DeleteSpotBatchOrdersResp,
GetSpotOpenOrdersResp,
Expand Down

0 comments on commit aa494aa

Please sign in to comment.