fix(printers): removed the printer default time during update

This commit is contained in:
2025-06-09 16:43:45 -05:00
parent ad4c9502fa
commit 37a4b83f8d

View File

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