fix
This commit is contained in:
@@ -63,7 +63,6 @@ export async function scrapeHelper(
|
|||||||
resolve((await getScrapeQueue().getJob(job.id)).returnvalue);
|
resolve((await getScrapeQueue().getJob(job.id)).returnvalue);
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
job.waitUntilFinished(scrapeQueueEvents, timeout)
|
|
||||||
}))[0]
|
}))[0]
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof Error && e.message.startsWith("Job wait")) {
|
if (e instanceof Error && e.message.startsWith("Job wait")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user