Skip to content

Commit

Permalink
fix/#618 : 생성자에 isSensitiveDataAgree 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangdaesun committed Jan 9, 2025
1 parent 6cc187b commit 1c00b6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ private AgreementEntity(
this.isPrivacyPolicyAgree = isPrivacyPolicyAgree;
this.isTermsServiceAgree = isTermsServiceAgree;
this.isOverAge = isOverAge;
this.isSensitiveDataAgree = isSensitiveDataAgree;
}

private void validateAgreement(
Expand Down

0 comments on commit 1c00b6a

Please sign in to comment.