mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 19:35:58 +08:00
Update apps/api/src/lib/extract/extraction-service.ts
This commit is contained in:
parent
eb254547e5
commit
1f2a76fc23
@ -39,7 +39,7 @@ function getRootDomain(url: string): string {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function performExtraction(extractId, options: ExtractServiceOptions): Promise<ExtractResult> {
|
export async function performExtraction(extractId: string, options: ExtractServiceOptions): Promise<ExtractResult> {
|
||||||
const { request, teamId, plan, subId } = options;
|
const { request, teamId, plan, subId } = options;
|
||||||
const urlTraces: URLTrace[] = [];
|
const urlTraces: URLTrace[] = [];
|
||||||
let docs: Document[] = [];
|
let docs: Document[] = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user