Skip to content

Commit

Permalink
🚨 [HOTFIX] List<String> @notblank μ–΄λ…Έν…Œμ΄μ…˜ 잘 λͺ» λΆ™μ–΄μžˆμ—ˆλ˜ 였λ₯˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Jang99u committed Jan 24, 2025
1 parent bd6ca78 commit 9a65799
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public record PostRequestDto(
@NotBlank(message = "κ²Œμ‹œκΈ€ μž‘μ„± μ‹œ 성별을 ν•„μˆ˜λ‘œ 선택해야 ν•©λ‹ˆλ‹€.")
String age,

@NotBlank(message = "κ²Œμ‹œκΈ€ μž‘μ„± μ‹œ μš”μ²­ 사항은 ν•„μˆ˜λ‘œ 선택해야 ν•©λ‹ˆλ‹€.")
List<String> requests,

@NotBlank(message = "κ²Œμ‹œκΈ€ μž‘μ„± μ‹œ 관심지역은 ν•„μˆ˜λ‘œ μž…λ ₯ν•΄μ•Ό ν•©λ‹ˆλ‹€.")
Expand Down

0 comments on commit 9a65799

Please sign in to comment.