From 08c6548fa8d383a62ff0b5a42fb7e6646dd5f5a9 Mon Sep 17 00:00:00 2001 From: subrotoinlondon <45616827+subrotoinlondon@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:02:56 +0000 Subject: [PATCH] Update app SC.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b471157..e904c21 100644 --- a/app.js +++ b/app.js @@ -7,7 +7,7 @@ async function run() { // a valid username and password! Note that in a production environment, // you do not want to store your password in plain-text here. const uri = - "mongodb+srv://:@?retryWrites=true&w=majority"; + "mongodb+srv://:@?retryWrites=true&w=majority"; // The MongoClient is the object that references the connection to our // datastore (Atlas, for example)