🔧 fix: Add support for configurable MongoDB database name in connection logic

This commit is contained in:
Ruben Talstra 2025-06-15 12:50:08 +02:00
parent cde930e0d6
commit 13d3257801
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA
3 changed files with 104 additions and 3 deletions

View file

@ -48,6 +48,4 @@ async function connectDb() {
return cached.conn;
}
module.exports = {
connectDb,
};
module.exports = { connectDb };