Skip to content

Commit 0074c8e

Browse files
authored
Merge pull request #156 from TaskarCenterAtUW/feature-userprofile-correction
remove unused keys from userprofile model
2 parents 6f40841 + 66df980 commit 0074c8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GoInfoGame/GoInfoGame/UserProfile/Model/UserProfile.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ import Foundation
1515
// MARK: - UserProfileResponse
1616
struct TdeiUserProfile: Codable {
1717
let id, firstName, lastName, email: String?
18-
let phone, apiKey: String?
19-
let emailVerified: Bool?
20-
let username: String?
2118
}
2219

2320

0 commit comments

Comments
 (0)