Skip to content

Commit 8d9c754

Browse files
committed
fix ZodError
1 parent 0f41e27 commit 8d9c754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/schemas/stillingSearchSchema.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const PropertySchema = z.object({
3636
searchtags: z.array(SearchTagSchema).optional(),
3737
searchtagsai: z.array(z.string()).optional(),
3838
keywords: z.string().optional(),
39-
adtext: z.string(),
39+
adtext: z.string().optional(),
4040
adtextFormat: z.string().optional(),
4141
employer: z.string().optional(),
4242
remote: z.string().optional(),

0 commit comments

Comments
 (0)