-
Notifications
You must be signed in to change notification settings - Fork 2.5k
mongodb[minor]: MongoDBStore #4706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -65,7 +66,8 @@ | |||
"release-it": "^15.10.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there! 👋 I noticed that the latest PR added a new dependency "uuid" to the project. This change is flagged for maintainers to review and confirm if it affects any peer/dev/hard dependencies. Keep up the great work! 🚀
@@ -0,0 +1,223 @@ | |||
/* eslint-disable no-process-env */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey team, just a heads up that I've flagged a change in the PR for review. The added code explicitly accesses the environment variable MONGODB_ATLAS_URI
using process.env
, so it's important to ensure this is handled correctly.
Thanks, see comments |
Thank you! |
cc @jacoblee93