mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix: update email template and tidy code
This commit is contained in:
@ -51,7 +51,6 @@ export type TAdminDeleteUserMutationSchema = z.infer<typeof ZAdminDeleteUserMuta
|
||||
|
||||
export const ZAdminDeleteDocumentMutationSchema = z.object({
|
||||
id: z.number().min(1),
|
||||
userId: z.number(),
|
||||
reason: z.string(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user