fix(quality): hoping to finally find the bud that kills me everynight

This commit is contained in:
2026-02-16 19:05:41 -06:00
parent 60533beed5
commit 32f26a1725

View File

@@ -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");