Guest User

Untitled

a guest
Feb 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. activitys.remove({
  2. $and: [{
  3. _id: id
  4. },
  5. {
  6. owner: Meteor.userId()
  7. }
  8. ]
  9. }, (error) => {});
Add Comment
Please, Sign In to add comment