diff --git a/backend/config/db.js b/backend/config/db.js index 3dcb1614..31a6a251 100644 --- a/backend/config/db.js +++ b/backend/config/db.js @@ -6,4 +6,4 @@ export const connectDB = () => { console.log(`MongoDB connected with server: ${data.connection.host}`); }) // removed catch block because error is handled in server.js in Unhandled promise rejection -}; \ No newline at end of file +};