Skip to content

Commit

Permalink
nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Aug 20, 2023
1 parent ea7e6f6 commit 5540cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/api/routers/adminRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ export const adminRouter = createTRPCRouter({
plID: z.number().optional(),
plRecommend: z.boolean().default(true),
plBirth: z.number().optional(),
comment: z.string().optional(),
comment: z.string().nullable().optional(),
identity: z.string().optional(),
endpoints: z.string(),
})
Expand Down

0 comments on commit 5540cf6

Please sign in to comment.