Skip to content

Commit

Permalink
Merge pull request #55 from Gyuhyeok99/refactor/#51
Browse files Browse the repository at this point in the history
[refactor/#51] 마이페이지 정보 수정 시 로그 추가
  • Loading branch information
Gyuhyeok99 authored May 27, 2024
2 parents c774418 + 68fbebb commit a16480b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public GetMyPageRes mypage(User user) {
return UserConverter.toGetMyPageRes(user, dailyStatisticsResList, monthlyStatisticsResList, point, useStatistics);
}


@Override
@Transactional
public PatchInfoRes mypageEdit(User user, PatchInfoReq request) {
Expand Down

0 comments on commit a16480b

Please sign in to comment.