feat: 메인 라이브 - 최근 종료한 라이브
- 사용 하지 않는 데이터 제거
This commit is contained in:
@@ -8,6 +8,5 @@ data class GetLatestFinishedLiveResponse(
|
||||
@SerializedName("memberId") val memberId: Long,
|
||||
@SerializedName("nickname") val nickname: String,
|
||||
@SerializedName("profileImageUrl") val profileImageUrl: String,
|
||||
@SerializedName("timeAgo") val timeAgo: String,
|
||||
@SerializedName("following") val following: Boolean
|
||||
@SerializedName("timeAgo") val timeAgo: String
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user