From 129a882bccd2cf9a2437b46dbec5f2e1201b5129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Thu, 15 Aug 2024 19:29:47 +0200 Subject: [PATCH] fix(scrape): give scrapes their real job id --- apps/api/src/controllers/scrape.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/controllers/scrape.ts b/apps/api/src/controllers/scrape.ts index 75081dc2..3d568790 100644 --- a/apps/api/src/controllers/scrape.ts +++ b/apps/api/src/controllers/scrape.ts @@ -45,7 +45,7 @@ export async function scrapeHelper( pageOptions, extractorOptions, origin: req.body.origin ?? defaultOrigin, - }); + }, {}, jobId); let doc; try {