Skip to content

Commit

Permalink
GETP-157 fix: PhoneNumberMapper의 NPE 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
scv1702 committed Aug 4, 2024
1 parent 435c396 commit e5c1e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
@Mapper(componentModel = "spring")
public interface PhoneNumberMapper {

PhoneNumber mapToPhoneNumber(String phoneNumber);
PhoneNumber mapToPhoneNumber(String value);
}

0 comments on commit e5c1e16

Please sign in to comment.