Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Created July 22, 2021 18:20
Show Gist options
  • Select an option

  • Save KevinVR/464738d79662a85e260351169c6506bc to your computer and use it in GitHub Desktop.

Select an option

Save KevinVR/464738d79662a85e260351169c6506bc to your computer and use it in GitHub Desktop.
const result = await mongoClient.collection('users').findOne({
email: emailAddress,
phone: phoneNumber
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment