Skip to content

Commit 577ac8f

Browse files
authored
Merge pull request #62 from JJ-Cro/update25022025
fix(v2.3.4): fixed typo for request types for getAgentCommissionDetail()
2 parents 36ffb86 + a5642a1 commit 577ac8f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitget-api",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "Node.js & JavaScript SDK for Bitget REST APIs & WebSockets, with TypeScript & end-to-end tests.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

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)