Skip to content

Instantly share code, notes, and snippets.

@amazingandyyy
Created April 8, 2020 22:28
Show Gist options
  • Save amazingandyyy/a29c3afbe264353eb469b9d71b706bb3 to your computer and use it in GitHub Desktop.
Save amazingandyyy/a29c3afbe264353eb469b9d71b706bb3 to your computer and use it in GitHub Desktop.
db.find({
$and: {
[`open_hour.${day}.from`]: { $lte: time },
[`open_hour.${day}.to`]: { $gte: time }
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment