oortcloud / node-ddp-client

A callback style DDP (Meteor's Distributed Data Protocol) node client.
Other
263 stars 80 forks source link

Fixed removing from collection #2

Closed eav closed 12 years ago

eav commented 12 years ago

data.unset is array, so when you iterate through it, you remove from collection by wrong parameter.

tmeasday commented 12 years ago

Thanks!

eav commented 12 years ago

np