diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index 31605c1..9a30bf4 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -2189,7 +2189,7 @@ export class RestClientV5 extends BaseRestClient { */ issueBrokerVoucher( params: IssueVoucherParamsV5, - ): Promise> { + ): Promise> { return this.postPrivate('/v5/broker/award/distribute-award', params); }