Skip to content

Commit

Permalink
[FIX] password에 profile 들어가는 오타 수정
Browse files Browse the repository at this point in the history
[FIX] password에 profile 들어가는 오타 수정
  • Loading branch information
sunnyineverywhere authored Oct 23, 2023
2 parents 2b3ba70 + ffc2546 commit bdd400e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Account(String name, String email, String password) {
public void update(String name, String email, String profile) {
this.name = name;
this.email = email;
this.password = profile;
this.profile = profile;
}

public void updateIsDeleted() {
Expand Down

0 comments on commit bdd400e

Please sign in to comment.