diff --git a/server/routers/viewer.tsx b/server/routers/viewer.tsx index f5c9baf0f1..13007de1b9 100644 --- a/server/routers/viewer.tsx +++ b/server/routers/viewer.tsx @@ -601,7 +601,6 @@ const loggedInViewerRouter = createProtectedRouter() input: z.object({ username: z.string().optional(), name: z.string().optional(), - email: z.string().optional(), bio: z.string().optional(), avatar: z.string().optional(), timeZone: z.string().optional(),