fix(scrape): give scrapes their real job id

This commit is contained in:
Gergő Móricz 2024-08-15 19:29:47 +02:00
parent 965a5817d1
commit 129a882bcc

View File

@ -45,7 +45,7 @@ export async function scrapeHelper(
pageOptions,
extractorOptions,
origin: req.body.origin ?? defaultOrigin,
});
}, {}, jobId);
let doc;
try {