mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 22:05:53 +08:00
Update extraction-service.ts
This commit is contained in:
parent
033e9bbf29
commit
2dc87a2e1c
@ -256,7 +256,7 @@ export async function performExtraction(
|
|||||||
step: ExtractStep.MULTI_ENTITY_SCRAPE,
|
step: ExtractStep.MULTI_ENTITY_SCRAPE,
|
||||||
startedAt: Date.now(),
|
startedAt: Date.now(),
|
||||||
finishedAt: Date.now(),
|
finishedAt: Date.now(),
|
||||||
discoveredLinks: [],
|
discoveredLinks: links,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
@ -510,7 +510,7 @@ export async function performExtraction(
|
|||||||
step: ExtractStep.EXTRACT,
|
step: ExtractStep.EXTRACT,
|
||||||
startedAt: Date.now(),
|
startedAt: Date.now(),
|
||||||
finishedAt: Date.now(),
|
finishedAt: Date.now(),
|
||||||
discoveredLinks: [],
|
discoveredLinks: links,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user