콘텐츠 랭킹 추가 #44

Merged
klaus merged 5 commits from test into main 2023-10-14 19:37:56 +00:00
Showing only changes of commit 333458a184 - Show all commits

View File

@@ -153,7 +153,7 @@ class AudioContentMainService(
val contentRanking = GetAudioContentRanking(
startDate = startDate.format(startDateFormatter),
endDate = endDate.format(endDateFormatter),
endDate = endDate.minusDays(1).format(endDateFormatter),
contentRankingItemList
)