diff LazyBear/Views/Profile/Networking/Profile.swift @ 425:4effac4733b0

Changing keys from API responses
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 16 Jun 2021 13:46:01 +0200
parents 444ec927d62f
children 4b8031e696e8
line wrap: on
line diff
--- a/LazyBear/Views/Profile/Networking/Profile.swift	Sun Jun 13 19:40:42 2021 +0200
+++ b/LazyBear/Views/Profile/Networking/Profile.swift	Wed Jun 16 13:46:01 2021 +0200
@@ -19,7 +19,7 @@
             case .initial:
                 self.data = response
             default:
-                self.data.quotes = response.quotes
+                self.data = response
             }
             
             self.showView = true