From 65b43e4c0db01b09389393e076a99d7f000ea319 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 22 Aug 2023 22:44:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=ED=9B=84?= =?UTF-8?q?=EC=9B=90=20=EC=9A=94=EC=B2=AD=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD=20-=20audioContentId=20?= =?UTF-8?q?->=20contentId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Content/Donation/AudioContentDonationRequest.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Content/Donation/AudioContentDonationRequest.swift b/SodaLive/Sources/Content/Donation/AudioContentDonationRequest.swift index b86883d..c496d6d 100644 --- a/SodaLive/Sources/Content/Donation/AudioContentDonationRequest.swift +++ b/SodaLive/Sources/Content/Donation/AudioContentDonationRequest.swift @@ -8,7 +8,7 @@ import Foundation struct AudioContentDonationRequest: Encodable { - let audioContentId: Int + let contentId: Int let donationCan: Int let comment: String let container: String = "ios"