Merge pull request '인기 콘텐츠 전체보기 집계날짜 수정' () from test into main

Reviewed-on: 
This commit is contained in:
klaus 2023-10-16 13:59:28 +00:00
commit 63b3ba2bb2
1 changed files with 2 additions and 2 deletions
src/main/kotlin/kr/co/vividnext/sodalive/content

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