mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 21:18:59 +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 urlTraces: URLTrace[] = [];
|
||||
let docs: Document[] = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user