Mercurial > public > lazybear
diff LazyBear/Global Models/InsiderRosterModel.swift @ 413:2984d8946342
Minor UI changes
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 09 Jun 2021 10:23:52 +0200 |
parents | c804ce7a1560 |
children | c6913f0ce46e |
line wrap: on
line diff
--- a/LazyBear/Global Models/InsiderRosterModel.swift Tue Jun 08 11:46:58 2021 +0200 +++ b/LazyBear/Global Models/InsiderRosterModel.swift Wed Jun 09 10:23:52 2021 +0200 @@ -9,6 +9,6 @@ struct InsiderRosterModel: Codable, Hashable { var entityName: String - var position: Int + var position: Int? var reportDate: Int }