This commit is contained in:
Benjamin Toby
2025-02-12 12:22:19 +01:00
parent 5819017a97
commit dbc68e54c6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ values) {
}
catch (error) {
console.log(`connDbHandler Error: ${error.message}`);
console.log(conn === null || conn === void 0 ? void 0 : conn.config);
console.log(conn === null || conn === void 0 ? void 0 : conn.config());
return null;
}
finally {