From b1b6de8c3b299b3e53f2f069cc1a0d3dd123789b Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 22 Jun 2026 13:39:36 +0900 Subject: [PATCH] =?UTF-8?q?fix(creator-channel):=20FanTalk=20=EC=97=94?= =?UTF-8?q?=ED=8B=B0=ED=8B=B0=20data=20class=20=EC=84=A0=EC=96=B8=EC=9D=84?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/explorer/profile/CreatorCheers.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/CreatorCheers.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/CreatorCheers.kt index 8aa260c8..5d9a7f8e 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/CreatorCheers.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/CreatorCheers.kt @@ -10,7 +10,7 @@ import javax.persistence.ManyToOne import javax.persistence.OneToMany @Entity -data class CreatorCheers( +class CreatorCheers( @Column(columnDefinition = "TEXT", nullable = false) var cheers: String, var languageCode: String?,