Mercurial > public > lazybear
diff LazyBear/Views/Home/Networking/HomeResponse.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 | f3cb5bdea8e5 |
children | 4effac4733b0 |
line wrap: on
line diff
--- a/LazyBear/Views/Home/Networking/HomeResponse.swift Fri Jun 11 13:02:18 2021 +0200 +++ b/LazyBear/Views/Home/Networking/HomeResponse.swift Sat Jun 12 15:20:04 2021 +0200 @@ -8,7 +8,7 @@ import SwiftUI struct HomeResponse: Codable { - var intradayPrices: [String: [IntradayPriceModel]]? + var intradayPrices: [String: [Double]]? var latestCurrencies: [String: CurrencyModel]? var lists: ListsModel? var sectorPerformance: [SectorPerformanceModel]?