mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-20 16:39:12 +08:00
Merge branch 'nsc/extract-queue' of https://github.com/mendableai/firecrawl into nsc/extract-queue
This commit is contained in:
commit
51636352a6
@ -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