Skip to content

Instantly share code, notes, and snippets.

@manoj-singh-developer
Created March 29, 2019 10:50
Show Gist options
  • Select an option

  • Save manoj-singh-developer/e963b45b27e65167cff987e7c34f052c to your computer and use it in GitHub Desktop.

Select an option

Save manoj-singh-developer/e963b45b27e65167cff987e7c34f052c to your computer and use it in GitHub Desktop.
Mychat.find({ $or : [ { $and : [ { my_id : req.body.uid }, { user : req.body.oid } ] } , { $and : [ { my_id : req.body.oid }, { user : req.body.uid } ] } ] } ).exec(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment