Skip to content

Commit

Permalink
fix: MemberRequestDto 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jul 8, 2023
1 parent d6ccaa9 commit bd3614b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class MemberRequestDto {
@NotBlank
private String phoneNum;

@NotBlank
private boolean marketingAgree;

public Member toMember(PasswordEncoder passwordEncoder) {
Expand Down

0 comments on commit bd3614b

Please sign in to comment.