From 58bc42cc0fbe53ed67fa796c1f0a0b6db03a904c Mon Sep 17 00:00:00 2001 From: klaus Date: Mon, 21 Jul 2025 18:24:53 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A9=94=EC=9D=B8=20=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=EB=B8=8C=20-=20=EC=B5=9C=EA=B7=BC=20=EC=A2=85=EB=A3=8C?= =?UTF-8?q?=ED=95=9C=20=EB=9D=BC=EC=9D=B4=EB=B8=8C=20-=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=20=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vividnext/sodalive/live/GetLatestFinishedLiveResponse.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/kr/co/vividnext/sodalive/live/GetLatestFinishedLiveResponse.kt b/app/src/main/java/kr/co/vividnext/sodalive/live/GetLatestFinishedLiveResponse.kt index 20bbb8e9..e03b3512 100644 --- a/app/src/main/java/kr/co/vividnext/sodalive/live/GetLatestFinishedLiveResponse.kt +++ b/app/src/main/java/kr/co/vividnext/sodalive/live/GetLatestFinishedLiveResponse.kt @@ -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 )