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

@@ -77,6 +77,7 @@ final class ContentMainViewModel: ObservableObject {
self.isShowPopup = true
}
} catch {
print(error)
self.errorMessage = "다시 시도해 주세요.\n계속 같은 문제가 발생할 경우 고객센터로 문의 주시기 바랍니다."
self.isShowPopup = true
self.isLoading = false