Skip to content

Commit

Permalink
RAC-426 feat : 튜토리얼 상태 업데이트 API 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed Aug 22, 2024
1 parent a48d846 commit ff17e68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public void updateInfo(User user, UserInfoRequest userInfoRequest) {
}

public void tutorialFin(User user) {
user = userGetService.byUserId(user.getUserId());
userUpdateService.tutorialFin(user);
}

Expand Down

0 comments on commit ff17e68

Please sign in to comment.