fix(creator): 라이브 기본 조회 개수를 보정한다
This commit is contained in:
@@ -152,7 +152,7 @@ class CreatorChannelLiveViewModel(
|
||||
private fun authToken(): String = "Bearer ${SharedPreferenceManager.token}"
|
||||
|
||||
companion object {
|
||||
const val DEFAULT_PAGE_SIZE = 10
|
||||
val DEFAULT_PAGE_SIZE = 20
|
||||
private const val FIRST_PAGE = 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user