Mercurial > public > lazybear
diff LazyBear/Views/Company/Networking/InsidersResponse.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 | a7c9dd0c5822 |
children |
line wrap: on
line diff
--- a/LazyBear/Views/Company/Networking/InsidersResponse.swift Sun Jun 13 19:40:42 2021 +0200 +++ b/LazyBear/Views/Company/Networking/InsidersResponse.swift Wed Jun 16 13:46:01 2021 +0200 @@ -10,9 +10,4 @@ struct InsidersResponse: Codable { var insiderRoster: [InsiderRosterModel]? var insiderTransactions: [InsiderTransactionModel]? - - private enum CodingKeys: String, CodingKey { - case insiderRoster = "insider_roster" - case insiderTransactions = "insider_transactions" - } }