chore: fix problem of transcation beeing commited throw update the "

category variant
This commit is contained in:
mahyargdz
2025-09-21 11:45:24 +03:30
parent 3d1aa01f2e
commit 79f597cc90
23 changed files with 52 additions and 97 deletions
-7
View File
@@ -5,10 +5,3 @@ export const StartWorker = async () => {
return [OrderProcessor.worker];
};
// export const addJob = () => {
// console.log("job added");
// OrderQueue.addOrderToQueue(1, 1000);
// };
// addJob();