@icgio/icg-exchanges-wrapper 1.14.90 → 1.14.91

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.
@@ -1214,7 +1214,7 @@ module.exports = class Orders {
1214
1214
  orderbook_major_temp = {},
1215
1215
  orderbook_good_with_buy_sell_limits_against_reserve_balance = {},
1216
1216
  orderbook_good_temp = {}
1217
- let exchanges_list = _.concat(this.pair_exchanges[pair], this.pair_exchanges_rates_only[pair])
1217
+ let exchanges_list = _.concat(this.pair_exchanges[pair] || [], this.pair_exchanges_rates_only[pair] || [])
1218
1218
  for (let exchange of exchanges_list) {
1219
1219
  if (_.get(this.rates, [exchange, pair, 'asks'], []).length > 0 && _.get(this.rates, [exchange, pair, 'bids'], []).length > 0) {
1220
1220
  orderbook_all[exchange] = this.rates[exchange][pair]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.14.90",
3
+ "version": "1.14.91",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {