Skip to content

Commit

Permalink
[fix] 콘솔
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Jul 8, 2024
1 parent 75b3069 commit b6ea9c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public BaseResponseDto<?> selectMyVeggieRoutine(
) {

List<MyRoutineList> result = myVeggieRoutineService.selectMyVeggieRoutine(user.getUserId());

log.info("채소별 리스트 조회 종료");
return BaseResponseDto.of(SuccessCode.SUCCESS, result);
}
}

0 comments on commit b6ea9c9

Please sign in to comment.