chore(): run linter fixes
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
import {
|
||||
APIResponse,
|
||||
BatchCancelSpotOrderV2,
|
||||
CancelSpotOrderV2,
|
||||
CancelSpotPlanOrderParams,
|
||||
CoinBalance,
|
||||
GetHistoricPlanOrdersParams,
|
||||
GetHistoricTradesParams,
|
||||
GetSpotPlanOrdersParams,
|
||||
ModifySpotPlanOrder,
|
||||
NewBatchSpotOrder,
|
||||
NewSpotOrder,
|
||||
NewWalletTransfer,
|
||||
Pagination,
|
||||
APIResponse,
|
||||
CoinBalance,
|
||||
SymbolRules,
|
||||
NewSpotPlanOrder,
|
||||
NewSpotSubTransfer,
|
||||
NewSpotWithdraw,
|
||||
CancelSpotOrderV2,
|
||||
BatchCancelSpotOrderV2,
|
||||
SpotOrderResult,
|
||||
NewSpotPlanOrder,
|
||||
ModifySpotPlanOrder,
|
||||
CancelSpotPlanOrderParams,
|
||||
GetSpotPlanOrdersParams,
|
||||
SpotPlanOrder,
|
||||
GetHistoricPlanOrdersParams,
|
||||
SpotMarketTrade,
|
||||
GetHistoricTradesParams,
|
||||
VIPFeeRate,
|
||||
SpotKlineInterval,
|
||||
NewWalletTransfer,
|
||||
Pagination,
|
||||
SpotCandleData,
|
||||
SpotKlineInterval,
|
||||
SpotMarketTrade,
|
||||
SpotOrderResult,
|
||||
SpotPlanOrder,
|
||||
SymbolRules,
|
||||
VIPFeeRate,
|
||||
} from './types';
|
||||
import { REST_CLIENT_TYPE_ENUM } from './util';
|
||||
import BaseRestClient from './util/BaseRestClient';
|
||||
@@ -112,7 +112,7 @@ export class SpotClient extends BaseRestClient {
|
||||
getCandles(
|
||||
symbol: string,
|
||||
period: SpotKlineInterval,
|
||||
pagination?: Pagination,
|
||||
pagination?: Pagination,
|
||||
): Promise<APIResponse<SpotCandleData[]>> {
|
||||
return this.get('/api/spot/v1/market/candles', {
|
||||
symbol,
|
||||
|
||||
Reference in New Issue
Block a user