feat(home): 팔로잉 인증 헤더를 추가한다
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package kr.co.vividnext.sodalive.v2.main.home.model
|
||||
|
||||
fun homeFollowingAuthHeader(token: String): String? = token
|
||||
.trim()
|
||||
.takeIf { it.isNotEmpty() }
|
||||
?.let { "Bearer $it" }
|
||||
Reference in New Issue
Block a user