स्पष्ट $elemMatch
ऐसा करने के लिए आवश्यक है:
Meteor.users.update({ _id: this.userId }, { $pull: {
"profile.following": { $elemMatch: { service: service, type: type } } }
});
स्पष्ट $elemMatch
ऐसा करने के लिए आवश्यक है:
Meteor.users.update({ _id: this.userId }, { $pull: {
"profile.following": { $elemMatch: { service: service, type: type } } }
});