test(added in commands): relocate and updated to remove

This commit is contained in:
2025-06-12 21:12:15 -05:00
parent 99ad79c662
commit e865c1dcaf
7 changed files with 149 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ export const updatePrinters = async () => {
ipAddress: prodPrinterInfo[i].ipAddress,
port: prodPrinterInfo[i].port,
remark: prodPrinterInfo[i].remark,
processes: prodPrinterInfo[i].processes,
};
const { data, error } = await tryCatch(
db
@@ -57,6 +58,7 @@ export const updatePrinters = async () => {
ipAddress: prodPrinterInfo[i].ipAddress,
port: prodPrinterInfo[i].port,
remark: prodPrinterInfo[i].remark,
processes: prodPrinterInfo[i].processes,
upd_date: sql`NOW()`,
//printDelay: "90", // need to remove in a couple weeks
},