We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6b0e6 commit 5197fb9Copy full SHA for 5197fb9
src/server/util/zodSchemas.ts
@@ -1,5 +1,3 @@
1
import { z } from 'zod'
2
3
-export const cleanIdStringSchema = z.string().regex(/^[a-zA-Z0-9]+$/, {
4
- message: 'String must only contain letters',
5
-})
+export const cleanIdStringSchema = z.string()
0 commit comments