From b10c102f9401d1c2837e3eaa8b48be18611a3b29 Mon Sep 17 00:00:00 2001 From: Klaus Date: Fri, 3 Jan 2025 01:03:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=94=94=EC=85=98=20=ED=88=AC?= =?UTF-8?q?=ED=91=9C=20API=20-=20=ED=88=AC=ED=91=9C=EC=8B=9C=20=EC=96=B4?= =?UTF-8?q?=EB=96=A4=20=EC=98=A4=EB=94=94=EC=85=98=20=EC=A7=80=EC=9B=90?= =?UTF-8?q?=EC=97=90=20=ED=88=AC=ED=91=9C=ED=96=88=EB=8A=94=EC=A7=80=20?= =?UTF-8?q?=EA=B8=B0=EB=A1=9D=20-=20=EC=BA=94=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EB=82=B4=EC=97=AD=EC=97=90=20"[=EC=98=A4=EB=94=94=EC=85=98=20?= =?UTF-8?q?=ED=88=AC=ED=91=9C]=20=EB=8B=89=EB=84=A4=EC=9E=84"=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/can/payment/CanPaymentService.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/can/payment/CanPaymentService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/can/payment/CanPaymentService.kt index a90f74a..5f60109 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/can/payment/CanPaymentService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/can/payment/CanPaymentService.kt @@ -103,6 +103,7 @@ class CanPaymentService( } else if (canUsage == CanUsage.ALARM_SLOT) { useCan.member = member } else if (canUsage == CanUsage.AUDITION_VOTE && auditionApplicant != null) { + useCan.auditionApplicant = auditionApplicant useCan.member = member } else if (canUsage == CanUsage.HEART && liveRoom != null) { recipientId = liveRoom.member!!.id!!