getUsersForWorkspace method in nodeJS lib spits out one user twice

Hi,

I am using the nodeJS official Asana library, and the users.getUsersForWorkspace method. I have a clear bug in my data, which happens every time I run it: the same user is spit out twice.

I think I remember from months ago someone from the dev team saying that the stream mechanism in the node library was not reliable and could indeed have that bug. It hasn’t been fixed yet?

For now I’ll filter out duplicates myself.

Thanks

1 Like