main
This commit is contained in:
@@ -16,7 +16,6 @@ export async function GET() {
|
||||
writeLevel: true,
|
||||
allowAnonymousPost: true,
|
||||
allowSecretComment: true,
|
||||
requiresApproval: true,
|
||||
status: true,
|
||||
categoryId: true,
|
||||
mainPageViewTypeId: true,
|
||||
@@ -36,7 +35,6 @@ const createSchema = z.object({
|
||||
writeLevel: z.string().optional(),
|
||||
allowAnonymousPost: z.boolean().optional(),
|
||||
allowSecretComment: z.boolean().optional(),
|
||||
requiresApproval: z.boolean().optional(),
|
||||
status: z.string().optional(),
|
||||
isAdultOnly: z.boolean().optional(),
|
||||
categoryId: z.string().nullable().optional(),
|
||||
|
||||
Reference in New Issue
Block a user