feat(ocp): printer cycling backend and frontend done :)
This commit is contained in:
@@ -8,7 +8,7 @@ import { getPrinters } from "../controller/printers/getPrinters.js";
|
||||
import { createLog } from "../../logger/logger.js";
|
||||
|
||||
export const assignedPrinters = async () => {
|
||||
createLog("info", "ocp", "ocp", "Lot assignment check");
|
||||
createLog("debug", "ocp", "ocp", "Lot assignment check");
|
||||
const { data: l, error: lotError } = await tryCatch(getLots());
|
||||
|
||||
if (lotError) {
|
||||
|
||||
Reference in New Issue
Block a user