fix: 라이브 메인 API - 최근 종료한 라이브
- 팔로잉 여부 제거
This commit is contained in:
@@ -16,8 +16,7 @@ data class GetLatestFinishedLiveResponse(
|
||||
@JsonProperty("memberId") val memberId: Long,
|
||||
@JsonProperty("nickname") val nickname: String,
|
||||
@JsonProperty("profileImageUrl") val profileImageUrl: String,
|
||||
@JsonProperty("timeAgo") val timeAgo: String,
|
||||
@JsonProperty("following") var following: Boolean = false
|
||||
@JsonProperty("timeAgo") val timeAgo: String
|
||||
) {
|
||||
constructor(response: GetLatestFinishedLiveQueryResponse) : this(
|
||||
response.memberId,
|
||||
|
Reference in New Issue
Block a user