Update queue-jobs.ts

This commit is contained in:
Nicolas 2025-06-02 23:09:09 -03:00
parent cbc47305cc
commit 86a9d3525b

View File

@ -194,7 +194,7 @@ export async function addScrapeJob(
}, },
); );
} else { } else {
await addScrapeJobRaw(webScraperOptions, options, jobId, jobPriority); await addScrapeJobRaw(webScraperOptions, options, jobId, jobPriority, directToBullMQ);
} }
} }