Skip to content

Commit 8271782

Browse files
authored
Fix formatting in cancelAll method
1 parent 1c5df80 commit 8271782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node-binance-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ export default class Binance {
10271027
* @return {promise or undefined} - omitting the callback returns a promise
10281028
*/
10291029
async cancelAll(symbol: string, params: Dict = {}): Promise<CancelOrder> {
1030-
return await this.privateSpotRequest('v3/openOrders', this.extend({ symbol: symbol}, params), 'DELETE');
1030+
return await this.privateSpotRequest('v3/openOrders', this.extend({ symbol: symbol }, params), 'DELETE');
10311031
}
10321032

10331033
/**

0 commit comments

Comments
 (0)