From e8628b586181ea99980b0beafd9976cabfdd077e Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 27 Mar 2024 17:19:19 +0000 Subject: fix: Drop the 2k char limit on notes. Fixes #25 --- packages/trpc/types/bookmarks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/trpc') diff --git a/packages/trpc/types/bookmarks.ts b/packages/trpc/types/bookmarks.ts index 477adbc8..3360a792 100644 --- a/packages/trpc/types/bookmarks.ts +++ b/packages/trpc/types/bookmarks.ts @@ -15,7 +15,7 @@ export type ZBookmarkedLink = z.infer; export const zBookmarkedTextSchema = z.object({ type: z.literal("text"), - text: z.string().max(2000), + text: z.string(), }); export type ZBookmarkedText = z.infer; -- cgit v1.2.3-70-g09d2