Skip to content

Instantly share code, notes, and snippets.

@bran-deb
Last active April 13, 2022 00:27
Show Gist options
  • Save bran-deb/e7b187284f80069f48fc2419e5de1e76 to your computer and use it in GitHub Desktop.
Save bran-deb/e7b187284f80069f48fc2419e5de1e76 to your computer and use it in GitHub Desktop.
verifica el id de mongoosse en el middleware de nextjs
const checkMongoIDRegExp = new RegExp("^[0-9a-fA-F]{24}$");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment