Skip to content

Commit

Permalink
refactor : 사용하지 않는 변수 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yel-m committed May 25, 2024
1 parent 8a67ff1 commit 62de7b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public static List<ActivityHappinessDto> getActivityRankings(List<Record> record
.limit(topCount)
.map(entry -> {
String activity = entry.getKey();
double averageHappiness = entry.getValue();
String emoji = activityEmojiMap.get(activity); // 이모지 가져오기
return ReportConverter.toActivityHappinessDto(0, activity, emoji);
})
Expand Down

0 comments on commit 62de7b5

Please sign in to comment.