-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Set min mongodb to 3.6 in prep for parse-server 4.0 #6445
Conversation
pass the function. Also remove the boolean argument in tests that no longer exists.
Codecov Report
@@ Coverage Diff @@
## master #6445 +/- ##
==========================================
- Coverage 93.97% 93.94% -0.03%
==========================================
Files 169 169
Lines 11811 11794 -17
==========================================
- Hits 11099 11080 -19
- Misses 712 714 +2
Continue to review full report at Codecov.
|
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.
NIce!
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.
Thunder firmly stolen! Thank you for doing this!
…6445) * Set min mongodb to 3.6 in prep for parse-server 4.0 fixes: 6444 * don't use anonymous functions when we can just pass the function. Also remove the boolean argument in tests that no longer exists. * generate the correct lock file. ooops.
fixes: #6444
@TomWFox there may be places in docs where we need to change this too??