Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Feb 14, 2024
1 parent 08a3013 commit 710b945
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ public class User {
private FileResponse profile = DefaultProfile.DEFAULT_PROFILE;

@Builder
public User(String nickname, String email, String password, FileResponse profile) {
public User(String nickname, String email, String password) {
this.nickname = nickname;
this.email = email;
this.password = password;
this.profile = profile;
}

}

0 comments on commit 710b945

Please sign in to comment.