feat: 다음 시즌 번호 필드 추가 및 프로필 메타 업데이트 로직 수정

This commit is contained in:
2026-01-29 17:49:27 +00:00
parent 8c5ab5074d
commit 9244062989
2 changed files with 27 additions and 0 deletions
+1
View File
@@ -650,6 +650,7 @@ export const adminRouter = router({
color: z.string().min(1).max(32).nullable().optional(),
inGameNotice: z.string().max(4000).nullable().optional(),
profileImageUrl: z.string().max(2048).nullable().optional(),
nextSeasonIdx: z.number().int().min(0).nullable().optional(),
}),
})
)