Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: explicitly set DB option to suppress deprecation warning
The value we set is the current default for Mongoose 6, but the default will change to false in Mongoose 7. Therefore the warning was popping up. The more conservative option is false, meaning invalid query parameters do NOT result in entire collections getting returned. Refs: HID-2395
- Loading branch information