From 3711d106258973662f09059feac94a6e2f6e9f34 Mon Sep 17 00:00:00 2001 From: Karim Sakhibgareev Date: Mon, 3 Jun 2024 16:07:50 +0100 Subject: [PATCH] Fix typo --- src/rest-client-v5.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index 7f92c80..3634703 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -1379,7 +1379,7 @@ export class RestClientV5 extends BaseRestClient { * * DANGER: BE CAREFUL! The sub API key used to call this interface will be invalid immediately. */ - deleteSubApiKey(params?: { apikey?: string; ): Promise> { + deleteSubApiKey(params?: { apikey?: string; }): Promise> { return this.postPrivate( '/v5/user/delete-sub-api', params,