From 321130d9b60bb8c5c9d6db849c5ed2efef5009c1 Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:32:05 +0200 Subject: [PATCH] chore(): fixed typo --- src/rest-client-v5.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index 724c573..f3ff85b 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -155,7 +155,7 @@ import { WalletBalanceV5, WithdrawParamsV5, WithdrawalRecordV5, - getClassicTransactionLogsParamsV5, + GetClassicTransactionLogsParamsV5, } from './types'; import { GetBrokerSubAccountDepositsV5, @@ -938,7 +938,7 @@ export class RestClientV5 extends BaseRestClient { * API key permission: "Contract - Position" */ getClassicTransactionLogs( - params?: getClassicTransactionLogsParamsV5, + params?: GetClassicTransactionLogsParamsV5, ): Promise< APIResponseV3WithTime<{ list: TransactionLogV5[]; nextPageCursor: string }> > {