Skip to content

Commit

Permalink
[REFACTOR]/#92- MemberConverter-toCheckName 메서드 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
koojun99 committed Apr 5, 2024
1 parent 7657ea0 commit 80d10e6
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 Member toMember (String userName, String phone) {
.build();
}

public MemberResponseDTO.checkId toCheckName(Boolean isDuplicated) {
public MemberResponseDTO.checkName toCheckName(Boolean isDuplicated) {
return MemberResponseDTO.checkName.builder()
.isDuplicated(isDuplicated)
.build();
Expand Down

0 comments on commit 80d10e6

Please sign in to comment.