mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 05:05:55 +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,
|
||||
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