Skip to content

Commit

Permalink
fix(): small url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Cro committed Oct 16, 2024
1 parent 9a83248 commit 8780a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3728,7 +3728,7 @@ export class MainClient extends BaseRestClient {
**/
getBrokerUserCustomisedId(market: 'spot' | 'futures') {
const prefix = market === 'spot' ? 'sapi' : 'fapi';
return this.getPrivate(prefix + 'v1/apiReferral/userCustomization');
return this.getPrivate(prefix + '/v1/apiReferral/userCustomization');
}

/**
Expand Down

0 comments on commit 8780a25

Please sign in to comment.