Merge pull request '인기 콘텐츠 전체보기 집계날짜 수정' (#49) from test into main
Reviewed-on: #49
This commit is contained in:
		| @@ -598,8 +598,8 @@ class AudioContentService( | |||||||
|         val contentRankingItemList = repository |         val contentRankingItemList = repository | ||||||
|             .getAudioContentRanking( |             .getAudioContentRanking( | ||||||
|                 cloudfrontHost = coverImageHost, |                 cloudfrontHost = coverImageHost, | ||||||
|                 startDate = startDate, |                 startDate = startDate.minusDays(1), | ||||||
|                 endDate = endDate, |                 endDate = endDate.minusDays(1), | ||||||
|                 isAdult = member.auth != null, |                 isAdult = member.auth != null, | ||||||
|                 offset = offset, |                 offset = offset, | ||||||
|                 limit = limit |                 limit = limit | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user