Update queue-service.ts

This commit is contained in:
Daniel Hougaard
2024-01-25 03:21:42 +04:00
committed by Akhil Mohan
parent dcdcc40a4a
commit 9407c16e83

View File

@@ -113,9 +113,6 @@ export const queueServiceFactory = (redisUrl: string) => {
) => {
const q = queueContainer[name];
console.log("name", name);
console.log("query", q);
await q.add(job, data, opts);
};