We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6ebc8 commit 2979edfCopy full SHA for 2979edf
src/index.js
@@ -40,8 +40,6 @@ const setupServer = async () => {
40
const dbConnection = await mongoose.connect(process.env.MONGODB_URI, {
41
useUnifiedTopology: true,
42
useNewUrlParser: true,
43
- useCreateIndex: true,
44
- useFindAndModify: false,
45
});
46
47
/**
0 commit comments