From 1f2a76fc2396078ec271768052b87198902caf34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Tue, 7 Jan 2025 20:18:10 +0100 Subject: [PATCH] Update apps/api/src/lib/extract/extraction-service.ts --- apps/api/src/lib/extract/extraction-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/lib/extract/extraction-service.ts b/apps/api/src/lib/extract/extraction-service.ts index e4893bc9..9793540b 100644 --- a/apps/api/src/lib/extract/extraction-service.ts +++ b/apps/api/src/lib/extract/extraction-service.ts @@ -39,7 +39,7 @@ function getRootDomain(url: string): string { } } -export async function performExtraction(extractId, options: ExtractServiceOptions): Promise { +export async function performExtraction(extractId: string, options: ExtractServiceOptions): Promise { const { request, teamId, plan, subId } = options; const urlTraces: URLTrace[] = []; let docs: Document[] = [];