This commit is contained in:
Benjamin Toby
2023-09-21 17:57:22 +01:00
parent 069db84289
commit 23bb0668b7
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -68,8 +68,6 @@ module.exports = async function dbHandler({
*/
let changeDbError;
console.log(connection.config);
if (database) {
connection.changeUser({ database: database }, (error) => {
if (error) {