### 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!! }) ```