Skip to content

Instantly share code, notes, and snippets.

@cesargdm
Created January 9, 2021 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cesargdm/30062a4a42e95da272d8508afd4e5d5c to your computer and use it in GitHub Desktop.
Save cesargdm/30062a4a42e95da272d8508afd4e5d5c to your computer and use it in GitHub Desktop.
var tenant = context.token && context.token.tenant
if (!tenant) return false
return { tenant: { $eq: ObjectId(tenant) } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment