fix(labeling process): build failed due to bad return function updated and rebuilt

This commit is contained in:
2025-06-05 10:51:17 -05:00
parent 23677efbe5
commit b23c06cba6

View File

@@ -162,7 +162,12 @@ export const labelingProcess = async ({
printer ? printer.name : "Missing printer info"
}`
);
return;
return {
success: false,
message: `Error getting lot info from ${
printer ? printer.name : "Missing printer info"
}`,
};
}
// check mm is good