data parsing시 이름이 일치하지 않아 에러나던 버그 수정

This commit is contained in:
Yu Sung
2023-08-20 00:08:15 +09:00
parent 78f80cebd5
commit d75367c78b
3 changed files with 4 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ struct GetAudioContentMainItem: Decodable {
struct GetAudioContentCurationResponse: Decodable {
let title: String
let description: String
let audioContents: [GetAudioContentMainItem]
let contents: [GetAudioContentMainItem]
}
struct GetAudioContentBannerResponse: Decodable {