Open maisnamraju opened 8 years ago
How can I do something like this
Crew.update({ '_id': crewId }, { '$pull': { 'accounts': { '$in': accountId } } });
I haven't been able to find any answers to this one yet ? Is this supported ?
Related to #95.
How can I do something like this
I haven't been able to find any answers to this one yet ? Is this supported ?