@icgio/icg-exchanges-wrapper 1.9.103 → 1.9.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -434,7 +434,7 @@ module.exports = class Orders {
434
434
  order_info.order_type + ' order-f-filled-1'
435
435
  )
436
436
  setTimeout(() => {
437
- this.delete_order_info(exchange, pair, order_info.type, order_info.order_id, order.order_type + ' order-f-filled-1')
437
+ this.delete_order_info(exchange, pair, order_info.type, order_info.order_id, order_info.order_type + ' order-f-filled-1')
438
438
  }, this.delete_finished_orders_timeout)
439
439
  } else if (
440
440
  _.includes(['N-FILLED', 'P-FILLED'], order_info.status) &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.9.103",
3
+ "version": "1.9.104",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {