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 741d5c2 commit f1ae7dbCopy full SHA for f1ae7db
index.js
@@ -67,6 +67,7 @@ const init = async () => {
67
client.on(eventName, event.bind(null, client));
68
});
69
70
+ // Connect to the mongodb server
71
await connect("...", {
72
useNewUrlParser: true,
73
useFindAndModify: false,
0 commit comments