fix admin edit
All checks were successful
deploy / build-and-deploy (push) Successful in 22s

This commit is contained in:
2025-05-18 17:53:06 +02:00
parent 078ae89708
commit 7ac248baf5
6 changed files with 21 additions and 9 deletions

View File

@@ -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) => {