refactor: update database environment variable references and fix syntax in auth helper

This commit is contained in:
Giuseppe Raffa
2026-04-06 11:44:17 +02:00
parent 98eefcacdc
commit e65f2ba3a0
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ const pool = new Pool({
database: process.env.DB_NAME,
password: process.env.DB_PASSWORD,
port: process.env.DB_PORT,
})
});
async function checkDB() {
try {