인기 콘텐츠 랭킹 정렬 수정

AS-IS : -
TO-BE : 후원 순위 제거
This commit is contained in:
Klaus 2023-12-26 16:08:42 +09:00
parent 9f59578275
commit f304242eb4
1 changed files with 1 additions and 1 deletions

View File

@ -613,6 +613,6 @@ class AudioContentService(
}
fun getContentRankingSortTypeList(): List<String> {
return listOf("매출", "후원", "댓글", "좋아요")
return listOf("매출", "댓글", "좋아요")
}
}