Skip to content

Some subscriptions return double array. #73

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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