This commit is contained in:
koreacomp5
2025-11-02 04:39:28 +09:00
parent d057ebef4a
commit 4d310346c1
15 changed files with 28 additions and 28 deletions

View File

@@ -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(),