This commit is contained in:
Gergő Móricz 2024-08-22 22:24:24 +02:00
parent ad82175fb8
commit 76c8e9f996
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ export async function scrapeHelper(
resolve((await getScrapeQueue().getJob(job.id)).returnvalue);
}
}, 1000);
job.waitUntilFinished(scrapeQueueEvents, timeout)
}))[0]
} catch (e) {
if (e instanceof Error && e.message.startsWith("Job wait")) {