Skip to content

Some subscriptions return double array.Β #73

@taylorjdawson

Description

@taylorjdawson

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions