This commit is contained in:
Benjamin Toby
2025-04-23 14:35:42 +01:00
parent 22f4372cbf
commit daad62141e
6 changed files with 63 additions and 6 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ function addDbEntry(_a) {
label: "queryValuesArray",
});
}
const newInsert = yield (0, conn_db_handler_1.default)(DB_CONN, query, queryValuesArray);
const newInsert = yield (0, conn_db_handler_1.default)(DB_CONN, query, queryValuesArray, debug);
if (debug) {
(0, debug_log_1.default)({
log: newInsert,