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