fix(lot assignment): removed the return i had oops

This commit is contained in:
2025-04-23 15:28:07 -05:00
parent e0df6b8cd7
commit 97cf624440

View File

@@ -47,7 +47,7 @@ export const assignedPrinters = async () => {
//console.log(lots);
return;
//return;
for (let i = 0; i < printers.length; i++) {
// is the printer assinged in alplalabel online?
const assigned = lots?.filter(