Skip to content

Commit

Permalink
CLAP-310 Fix: 불필요한 애너테이션 삭제
Browse files Browse the repository at this point in the history
<footer>
- 관련: #380
  • Loading branch information
joowojr committed Feb 7, 2025
1 parent 6326999 commit beb84be
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
public record UpdateMemberRequest(
@NotBlank @Schema(description = "회원 이름", example = "서주원")
String name,
@NotBlank
@Pattern(regexp = "^[a-zA-Z0-9_+&*-]+(?:\\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,7}$",
message = "올바른 이메일 형식이 아닙니다.")
@NotNull @Schema(description = "승인 권한 여부")
Boolean isReviewer,
@NotNull @Schema(description = "부서 ID")
Expand Down

0 comments on commit beb84be

Please sign in to comment.