diff LazyBear/Global Models/InsiderRosterModel.swift @ 457:c6913f0ce46e

Minor UI Updates
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Mon, 28 Jun 2021 14:03:50 +0200
parents 2984d8946342
children
line wrap: on
line diff
--- a/LazyBear/Global Models/InsiderRosterModel.swift	Mon Jun 28 12:51:06 2021 +0200
+++ b/LazyBear/Global Models/InsiderRosterModel.swift	Mon Jun 28 14:03:50 2021 +0200
@@ -9,6 +9,6 @@
 
 struct InsiderRosterModel: Codable, Hashable {
     var entityName: String
-    var position: Int?
-    var reportDate: Int
+    var position: Float?
+    var reportDate: Int64
 }