콘텐츠 랭킹 추가 #44

Merged
klaus merged 5 commits from test into main 2023-10-14 19:37:56 +00:00
1 changed files with 1 additions and 1 deletions
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
)