diff options
Diffstat (limited to 'Hutch/Models')
| -rw-r--r-- | Hutch/Models/User.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Models/User.swift b/Hutch/Models/User.swift index 625cfdc..4ab7315 100644 --- a/Hutch/Models/User.swift +++ b/Hutch/Models/User.swift @@ -1,7 +1,7 @@ import Foundation /// A Sourcehut user from meta.sr.ht. -struct User: Decodable, Sendable { +struct User: Decodable, Sendable, Hashable { let id: Int let created: String? let updated: String? |
