feat(ocp): printer cycling backend and frontend done :)
This commit is contained in:
@@ -57,6 +57,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
|
||||
},
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user