Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- myCollection.update({otherCollectionId: otherCollection._id,
- otherCollectionUserId: Meteor.userId()
- },
- {$gt: {count: 0},
- $inc: {count: -1}
- });
- MongoError: Invalid modifier specified $gt
Advertisement
Add Comment
Please, Sign In to add comment