Skip to content

Commit

Permalink
fix: 회원가입 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-mallang committed Jan 1, 2024
1 parent 5952889 commit 6d84130
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public record BasicSignupRequest(
) {
public BasicSignupCommand toCommand() {
return new BasicSignupCommand(
nickname,
password,
username,
password,
nickname,
profileImageUrl
);
}
Expand Down

0 comments on commit 6d84130

Please sign in to comment.