Skip to content

Commit

Permalink
Update OrganizationMapper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
junseokkim authored Feb 8, 2025
1 parent f537102 commit a43b2d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public Organization toOrganization(Member member, OrganizationCreateRequest requ
.phoneNumber(request.getPhoneNumber())
.email(request.getEmail())
.address(address)
.description(request.getDescription())
.member(member)
.profileType(ProfileType.ORGANIZATION)
.build();
Expand Down

0 comments on commit a43b2d4

Please sign in to comment.