Skip to content

Commit 632e762

Browse files
committed
fix(): fixed typo for request types for getAgentCommissionDetail()
1 parent 36ffb86 commit 632e762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/broker-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class BrokerClient extends BaseRestClient {
164164
startTime?: string;
165165
endTime?: string;
166166
limit?: string;
167-
idLessTham?: string;
167+
idLessThan?: string;
168168
}): Promise<APIResponse<any>> {
169169
return this.getPrivate(
170170
'/api/broker/v1/agent/commission-distribution',

0 commit comments

Comments
 (0)