This commit is contained in:
Benjamin Toby
2025-01-27 16:21:55 +01:00
parent e41224bab7
commit 1acdad97a2
7 changed files with 14 additions and 9 deletions
-1
View File
@@ -59,7 +59,6 @@ values) {
}
catch (error) {
console.log(`connDbHandler Error: ${error.message}`);
console.log(conn === null || conn === void 0 ? void 0 : conn.getConfig());
return null;
}
finally {