fix: 라이브 메인 API - 최근 종료한 라이브

- 팔로잉 여부 제거
This commit is contained in:
2025-07-21 18:05:33 +09:00
parent 811810cd36
commit e068b57062
2 changed files with 2 additions and 15 deletions

View File

@@ -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,