Mercurial > public > lazybear
diff LazyBear/Views/Profile/Networking/ProfileResponse.swift @ 378:6802c2393203
Implementing ProfileView (Watchlists)
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 21 Apr 2021 23:12:56 +0200 |
parents | d01859776fe6 |
children | 9b7af8e83d12 |
line wrap: on
line diff
--- a/LazyBear/Views/Profile/Networking/ProfileResponse.swift Wed Apr 21 16:44:11 2021 +0200 +++ b/LazyBear/Views/Profile/Networking/ProfileResponse.swift Wed Apr 21 23:12:56 2021 +0200 @@ -11,7 +11,8 @@ var intradayPrices: [String: [IntradayPriceModel]]? var quotes: [String: QuoteModel]? - private enum CodingKeys : String, CodingKey { + private enum CodingKeys : String, CodingKey { case intradayPrices = "intraday_prices" + case quotes } }