Skip to content

Commit

Permalink
fix : 중복된 return문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yel-m committed May 30, 2024
1 parent 94e5063 commit 590622d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ public DataResponseDto<List<TrendRecommendActivityResponseDto>> getRecommendedAc
User user = userFindService.findByUserDetails(userDetails);
List<TrendRecommendActivityResponseDto> responseDto = trendRecommendService.getRecommendActivities(user);
return DataResponseDto.of(responseDto, "추천 활동을 성공적으로 조회했습니다.");
return DataResponseDto.of(responseDto, "오늘의 인기 활동을 성공적으로 조회했습니다.");
}
}

0 comments on commit 590622d

Please sign in to comment.