We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de61985 + 3d7be0f commit f1deaaeCopy full SHA for f1deaae
1 file changed
nodejs-npm/server.js
@@ -27,6 +27,10 @@ const httpsOptions = {
27
};
28
*/
29
30
+/*
31
+Adding comment to see if this triggers a scan
32
+*/
33
+
34
MongoClient.connect(db, (err, db) => {
35
if (err) {
36
console.log("Error: DB: connect");
0 commit comments