mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-12-27 15:13:26 +00: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,
|
||||
startedAt: Date.now(),
|
||||
finishedAt: Date.now(),
|
||||
discoveredLinks: [],
|
||||
discoveredLinks: links,
|
||||
},
|
||||
],
|
||||
});
|
||||
@ -510,7 +510,7 @@ export async function performExtraction(
|
||||
step: ExtractStep.EXTRACT,
|
||||
startedAt: Date.now(),
|
||||
finishedAt: Date.now(),
|
||||
discoveredLinks: [],
|
||||
discoveredLinks: links,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user