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 5099f40 commit 4a1a7a7Copy full SHA for 4a1a7a7
question-service/src/db/mongoClient.ts
@@ -4,7 +4,6 @@ import * as dotenv from 'dotenv';
4
dotenv.config({ path: '.env.dev' });
5
6
const MONGODB_URI = process.env.MONGODB_CONNECTION_STRING || '';
7
-// console.log(MONGODB_URI);
8
9
let db: Db;
10
0 commit comments