Skip to content

Commit

Permalink
feat(member): change init credit amount
Browse files Browse the repository at this point in the history
  • Loading branch information
KAispread authored and KAispread committed Sep 11, 2023
1 parent 5a6e4de commit bb179f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public Member toEntity(Code collegeCode) {
.phoneNumber(this.phoneNumber)
.collegeInfo(this.collegeInfo.toCollegeInfo(collegeCode))
.mbti(Mbti.valueOf(this.mbti))
.credit(10)
.credit(40)
.imageAuth(false)
.role(Role.USER)
.build();
Expand Down

0 comments on commit bb179f0

Please sign in to comment.