mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-15 19:22:19 +08:00
fix(batch-scrape): ts non-nullable
Some checks are pending
STAGING Deploy Images to GHCR / push-app-image (push) Waiting to run
Some checks are pending
STAGING Deploy Images to GHCR / push-app-image (push) Waiting to run
This commit is contained in:
parent
0a1cd5d032
commit
43f1c1a3b2
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user