fix(quality): hoping to finally find the bud that kills me everynight
This commit is contained in:
@@ -41,7 +41,7 @@ export const qualityCycle = async () => {
|
||||
message: "There was an error getting quality request data",
|
||||
};
|
||||
}
|
||||
const lstQData: any = data;
|
||||
const lstQData: any = data ?? [];
|
||||
// get the pallets that currentStat is moved
|
||||
// const res = await runQuery(palletMoveCheck, "palletCheck");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user