Update log_job.ts

This commit is contained in:
Nicolas 2025-02-25 21:01:05 -03:00
parent ec90aaffd6
commit 31df234127

View File

@ -23,7 +23,6 @@ function cleanOfNull<T>(x: T): T {
async function indexJob(job: FirecrawlJob): Promise<void> { async function indexJob(job: FirecrawlJob): Promise<void> {
try { try {
// Skip indexing for anything except single_urls and scrape modes
if (job.mode !== "single_urls" && job.mode !== "scrape") { if (job.mode !== "single_urls" && job.mode !== "scrape") {
return; return;
} }