Skip to content

Commit

Permalink
refactor:myPage DTO 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
youKeon committed Jul 30, 2023
1 parent 97ed480 commit b7451aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public List<GetMemberResponse> findMember(String nickname) {
public GetMyPageResponse myPage() {
Member member = getLoginMember();
List<GetProjectInfoResponse> getProjectInfoResponseList = projectService.getProjectInfoList(member.getId());

return GetMyPageResponse.from(member, getProjectInfoResponseList);
}

Expand Down

0 comments on commit b7451aa

Please sign in to comment.