@ex-master/core
Advanced tools
Comparing version 0.1.23 to 0.1.24
@@ -242,3 +242,5 @@ "use strict"; | ||
.filter((order) => !!order); | ||
await this.cancelOrders(market, ordersToCancel); | ||
if (ordersToCancel.length) { | ||
await this.cancelOrders(market, ordersToCancel); | ||
} | ||
for (i; i < updates.length; i++) { | ||
@@ -245,0 +247,0 @@ let { descriptor } = updates[i]; |
{ | ||
"name": "@ex-master/core", | ||
"version": "0.1.23", | ||
"version": "0.1.24", | ||
"main": "bld/index.js", | ||
@@ -5,0 +5,0 @@ "types": "bld/index.d.ts", |
33834
796