feat: 다음 시즌 번호 필드 추가 및 프로필 메타 업데이트 로직 수정
This commit is contained in:
@@ -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(),
|
||||
}),
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user