Skip to content

Commit

Permalink
fix: nickname 글자 제한 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Nov 5, 2024
1 parent 145830b commit f47b99b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package com.hero.alignlab.domain.user.model.request
import jakarta.validation.constraints.Size

data class ChangeNicknameRequest(
@field:Size(max = 200)
@field:Size(max = 20)
val nickname: String,
)

0 comments on commit f47b99b

Please sign in to comment.