Compare commits

..

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -598,8 +598,8 @@ class AudioContentService(
val contentRankingItemList = repository
.getAudioContentRanking(
cloudfrontHost = coverImageHost,
startDate = startDate,
endDate = endDate,
startDate = startDate.minusDays(1),
endDate = endDate.minusDays(1),
isAdult = member.auth != null,
offset = offset,
limit = limit