Skip to content

Commit

Permalink
fix(Application): isDeleted 누락 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Jul 19, 2024
1 parent b7b76f7 commit a33ee88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public static Member toMember(Application application) {
.imageUrl("")
.role(Role.USER)
.isOtpEnabled(false)
.isDeleted(false)
.build();
}

Expand Down

0 comments on commit a33ee88

Please sign in to comment.