aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayItems.swift
diff options
context:
space:
mode:
Diffstat (limited to 'foray/ForayItems.swift')
-rw-r--r--foray/ForayItems.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/foray/ForayItems.swift b/foray/ForayItems.swift
index f1a1089..a8786ee 100644
--- a/foray/ForayItems.swift
+++ b/foray/ForayItems.swift
@@ -13,7 +13,7 @@ enum ItemType: String, Decodable {
}
struct YearSection {
- var year: Date
+ var year: Int
var items: [PenguinItem]
}