Skip to content

Commit

Permalink
⚙️ :: (#develop) syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsoftj1123 committed Nov 17, 2023
1 parent 82a1f3d commit 0091556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Company toDomain(CompanyEntity entity) {
.email(entity.getEmail())
.bizNo(entity.getBizNo())
.type(entity.getType())
.isMou(entity.getIsMou())
.isMou(entity.isMou())
.companyIntroduce(entity.getCompanyIntroduce())
.businessArea(entity.getBusinessArea())
.companyLogoUrl(entity.getCompanyLogoUrl())
Expand Down

0 comments on commit 0091556

Please sign in to comment.