Merge branch 'nsc/extract-queue' of https://github.com/mendableai/firecrawl into nsc/extract-queue

This commit is contained in:
Nicolas 2025-01-07 16:21:58 -03:00
commit 51636352a6

View File

@ -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[] = [];