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,