From 902b772267787a8d13420cd927d38bc51c742411 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 24 Oct 2023 20:33:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20isAdult=20=ED=8C=8C=EB=9D=BC=EB=AF=B8?= =?UTF-8?q?=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 --- SodaLive/Sources/Content/Main/ContentMainItemView.swift | 1 - SodaLive/Sources/Content/Main/ContentMainMyStashView.swift | 1 - SodaLive/Sources/Content/Main/ContentMainNewContentView.swift | 1 - SodaLive/Sources/Content/Main/GetAudioContentMainResponse.swift | 1 - 4 files changed, 4 deletions(-) diff --git a/SodaLive/Sources/Content/Main/ContentMainItemView.swift b/SodaLive/Sources/Content/Main/ContentMainItemView.swift index 6b44cfa..1601ec6 100644 --- a/SodaLive/Sources/Content/Main/ContentMainItemView.swift +++ b/SodaLive/Sources/Content/Main/ContentMainItemView.swift @@ -57,7 +57,6 @@ struct ContentMainItemView_Previews: PreviewProvider { contentId: 2, coverImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", title: "ㅓ처랴햐햫햐햐", - isAdult: true, creatorId: 8, creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", creatorNickname: "유저2" diff --git a/SodaLive/Sources/Content/Main/ContentMainMyStashView.swift b/SodaLive/Sources/Content/Main/ContentMainMyStashView.swift index 4898e2c..b05f5b6 100644 --- a/SodaLive/Sources/Content/Main/ContentMainMyStashView.swift +++ b/SodaLive/Sources/Content/Main/ContentMainMyStashView.swift @@ -48,7 +48,6 @@ struct ContentMainMyStashView_Previews: PreviewProvider { contentId: 1, coverImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", title: "테스트", - isAdult: false, creatorId: 7, creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", creatorNickname: "유저1" diff --git a/SodaLive/Sources/Content/Main/ContentMainNewContentView.swift b/SodaLive/Sources/Content/Main/ContentMainNewContentView.swift index 5d6e385..d6838d1 100644 --- a/SodaLive/Sources/Content/Main/ContentMainNewContentView.swift +++ b/SodaLive/Sources/Content/Main/ContentMainNewContentView.swift @@ -55,7 +55,6 @@ struct ContentMainNewContentView_Previews: PreviewProvider { contentId: 1, coverImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", title: "테스트", - isAdult: false, creatorId: 7, creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png", creatorNickname: "유저1" diff --git a/SodaLive/Sources/Content/Main/GetAudioContentMainResponse.swift b/SodaLive/Sources/Content/Main/GetAudioContentMainResponse.swift index 2a3da3f..b0cec79 100644 --- a/SodaLive/Sources/Content/Main/GetAudioContentMainResponse.swift +++ b/SodaLive/Sources/Content/Main/GetAudioContentMainResponse.swift @@ -44,7 +44,6 @@ struct GetAudioContentMainItem: Decodable { let contentId: Int let coverImageUrl: String let title: String - let isAdult: Bool let creatorId: Int let creatorProfileImageUrl: String let creatorNickname: String