Skip to content

Commit e6de765

Browse files
authored
fix blank comment page (#362)
1 parent 56a0e2f commit e6de765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/api/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export const userSchema = z.object({
235235
id: z.number(),
236236
documentId: z.string(),
237237
firstname: z.string(),
238-
lastname: z.string(),
238+
lastname: z.string().nullable(),
239239
username: z.string().nullable(),
240240
email: z.string(),
241241
isActive: z.boolean(),

0 commit comments

Comments
 (0)