diff --git a/HIAPI/Models/User.swift b/HIAPI/Models/User.swift index 98af9fca..1234495e 100644 --- a/HIAPI/Models/User.swift +++ b/HIAPI/Models/User.swift @@ -15,7 +15,7 @@ import Foundation public struct User: Codable, APIReturnable { public let userId: String - public let email: String? + public let email: String? // Email should be an optional field because not every GH account has their email set to public } public struct RolesContainer: Codable, APIReturnable {