Guest User

Untitled

a guest
Apr 27th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. myCollection.update({otherCollectionId: otherCollection._id,
  2. otherCollectionUserId: Meteor.userId()
  3. },
  4. {$gt: {count: 0},
  5. $inc: {count: -1}
  6. });
  7.  
  8.  
  9. MongoError: Invalid modifier specified $gt
Advertisement
Add Comment
Please, Sign In to add comment