콘텐츠 메인 콘텐츠 랭킹 데이터 - endDate 표시날짜 하루 전으로 변경
This commit is contained in:
parent
f889ae5232
commit
333458a184
|
@ -153,7 +153,7 @@ class AudioContentMainService(
|
|||
|
||||
val contentRanking = GetAudioContentRanking(
|
||||
startDate = startDate.format(startDateFormatter),
|
||||
endDate = endDate.format(endDateFormatter),
|
||||
endDate = endDate.minusDays(1).format(endDateFormatter),
|
||||
contentRankingItemList
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue