diff LazyBear/Views/Company/Networking/Company.swift @ 414:b93172662988

Implement networking KeyStats
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 09 Jun 2021 10:57:25 +0200
parents c804ce7a1560
children 34f9e408b861
line wrap: on
line diff
--- a/LazyBear/Views/Company/Networking/Company.swift	Wed Jun 09 10:23:52 2021 +0200
+++ b/LazyBear/Views/Company/Networking/Company.swift	Wed Jun 09 10:57:25 2021 +0200
@@ -22,6 +22,7 @@
                 switch requestType {
                 case .initial:
                     self.chartData = response
+                    print(response)
                 case .refresh:
                     self.chartData.historicalPrices = response.historicalPrices
                 case .streaming: