콘텐츠 랭킹 - 후원 순위 제거, 룰렛 아이템 개수 10로 변경 #106

Merged
klaus merged 2 commits from test into main 2023-12-26 12:50:10 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f304242eb4 - Show all commits

View File

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