fix(labeling process): build failed due to bad return function updated and rebuilt
This commit is contained in:
@@ -162,7 +162,12 @@ export const labelingProcess = async ({
|
|||||||
printer ? printer.name : "Missing printer info"
|
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
|
// check mm is good
|
||||||
|
|||||||
Reference in New Issue
Block a user