fix(batch-scrape): ts non-nullable
Some checks are pending
STAGING Deploy Images to GHCR / push-app-image (push) Waiting to run

This commit is contained in:
Gergő Móricz 2024-11-04 18:51:53 +01:00
parent 0a1cd5d032
commit 43f1c1a3b2

View File

@ -59,7 +59,7 @@ export async function batchScrapeController(
url: x,
mode: "single_urls" as const,
team_id: req.auth.team_id,
plan: req.auth.plan,
plan: req.auth.plan!,
crawlerOptions: null,
scrapeOptions: req.body,
origin: "api",