Updates
This commit is contained in:
@@ -221,9 +221,9 @@ export default async function addDbEntry({
|
||||
|
||||
if (debug) {
|
||||
debugLog({
|
||||
log: DB_CONN,
|
||||
log: DB_CONN?.getConfig(),
|
||||
addTime: true,
|
||||
label: "DB_CONN",
|
||||
label: "DB_CONN Config",
|
||||
});
|
||||
|
||||
debugLog({
|
||||
@@ -241,6 +241,14 @@ export default async function addDbEntry({
|
||||
|
||||
const newInsert = await connDbHandler(DB_CONN, query, queryValuesArray);
|
||||
|
||||
if (debug) {
|
||||
debugLog({
|
||||
log: newInsert,
|
||||
addTime: true,
|
||||
label: "newInsert",
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Return statement
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user