refactor(dyco): pickup changed to let spam again so we dont miss anything
This commit is contained in:
@@ -49,8 +49,6 @@ export const palletSendTag = async (tagData: any) => {
|
|||||||
Date.now() - tagTime <= 5000 &&
|
Date.now() - tagTime <= 5000 &&
|
||||||
!tagData.value
|
!tagData.value
|
||||||
) {
|
) {
|
||||||
setTimeout(() => {
|
await pickedup({ runningNr: 1234, all: true, areaFrom: "wrapper_1" });
|
||||||
pickedup({ runningNr: 1234, all: true, areaFrom: "wrapper_1" });
|
|
||||||
}, 5000);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user