Skip to content

Commit 83387bb

Browse files
committed
Mess up the formatting to test format workflow
1 parent 7b44d96 commit 83387bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/validations.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { extendZodWithOpenApi } from "@anatine/zod-openapi";
55
extendZodWithOpenApi(z);
66

77
// Base schemas
8-
export const NameIdSchema = z
9-
.string()
8+
export const NameIdSchema = z .string()
109
.min(2)
1110
.max(50)
1211
.regex(/^[a-z0-9-]+$/)

0 commit comments

Comments
 (0)