fix(lots): if no lot assigned dont spam

This commit is contained in:
2025-05-20 13:43:54 -05:00
parent a5f1203a34
commit c88fedd75a

View File

@@ -20,7 +20,7 @@ export const assignedPrinters = async () => {
}
if (l.data.length === 0 && l.success) {
createLog("info", "lst", "ocp", `There are no lots assigned currently`);
//createLog("info", "lst", "ocp", `There are no lots assigned currently`);
return {
success: true,
message: "There are no lots assigned currenly.",