Skip to content

Commit

Permalink
🦷 :: (#828) phonw -> phone
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Nov 6, 2024
1 parent 7bf11c5 commit c92920e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class QueryCompanyDetailsResponse {
private final String managerPhoneNo;
private final String email;
private final String representativeName;
private final String representativePhonwNo;
private final String representativePhoneNo;
private final LocalDate foundedAt;
private final int workerNumber;
private final double take;
Expand All @@ -51,7 +51,7 @@ public static QueryCompanyDetailsResponse from(CompanyDetailsVO vo) {
.managerPhoneNo(vo.getManagerPhoneNo())
.email(vo.getEmail())
.representativeName(vo.getRepresentativeName())
.representativePhonwNo(vo.getRepresentativePhoneNo())
.representativePhoneNo(vo.getRepresentativePhoneNo())
.foundedAt(vo.getFoundedAt())
.workerNumber(vo.getWorkerNumber())
.take(vo.getTake())
Expand Down

0 comments on commit c92920e

Please sign in to comment.