Skip to content

Commit b174a75

Browse files
committed
feat(v1.4.0): update package version to 1.4.0 and simplify cancelCrossExOrder method
1 parent e41866f commit b174a75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

src/RestClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5015,7 +5015,7 @@ export class RestClient extends BaseRestClient {
50155015
* @returns Promise with cancellation confirmation
50165016
*/
50175017
cancelCrossExOrder(order_id: string): Promise<CancelCrossExOrderResp> {
5018-
return this.deletePrivate(`/crossex/orders/${order_id}`, { body: {} });
5018+
return this.deletePrivate(`/crossex/orders/${order_id}`);
50195019
}
50205020

50215021
/**

0 commit comments

Comments
 (0)