From 70f6f524592bb318ae3ec5c8615784b1832b5482 Mon Sep 17 00:00:00 2001 From: Caihaohan Date: Mon, 19 Jan 2026 13:57:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E4=BB=BB=E5=8A=A1=E6=95=B0=E9=87=8F=E4=B8=8A?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- src/lib/validations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/validations.ts b/src/lib/validations.ts index fcf5dbd..ab296db 100644 --- a/src/lib/validations.ts +++ b/src/lib/validations.ts @@ -74,7 +74,7 @@ export const CreateDiscoveryTaskSchema = WebhookAuthSchema.extend({ tasks: z.array(z.object({ sourceUrl: z.string().url().max(2000), sourceType: z.string().max(50).default('manual'), - })).min(1).max(50) + })).min(1) }) export const UpdateDiscoveryTaskSchema = z.object({