This commit is contained in:
@@ -24,7 +24,7 @@ export const admin = {
|
||||
input: z.object({
|
||||
id: z.number(),
|
||||
username: z.string(),
|
||||
password: z.string(),
|
||||
password: z.string().nullable(),
|
||||
permissions: z.number()
|
||||
}),
|
||||
handler: async (input, context) => {
|
||||
|
||||
Reference in New Issue
Block a user