Mercurial > public > lazybear
diff LazyBear/Views/Profile/Networking/ProfileResponse.swift @ 421:9b7af8e83d12
Change intraday prices model
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 12 Jun 2021 15:20:04 +0200 |
parents | 6802c2393203 |
children | 4effac4733b0 |
line wrap: on
line diff
--- a/LazyBear/Views/Profile/Networking/ProfileResponse.swift Fri Jun 11 13:02:18 2021 +0200 +++ b/LazyBear/Views/Profile/Networking/ProfileResponse.swift Sat Jun 12 15:20:04 2021 +0200 @@ -8,7 +8,7 @@ import SwiftUI struct ProfileResponse: Codable { - var intradayPrices: [String: [IntradayPriceModel]]? + var intradayPrices: [String: [Double]]? var quotes: [String: QuoteModel]? private enum CodingKeys : String, CodingKey {