web3data-js icon indicating copy to clipboard operation
web3data-js copied to clipboard

Some subscriptions return double array.

Open taylorjdawson opened this issue 6 years ago • 0 comments

Bug:

Some of the subscriptions return double array as data.

Steps to replicate:

w3d.on({eventName: 'market:orders', filters: {"pair":"eth_btc", "exchange":"gdax"}, (data) => {
  console.log(data) // <-- this is a double array!!
})

taylorjdawson avatar Nov 27 '19 23:11 taylorjdawson