We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674bdb3 commit cda3881Copy full SHA for cda3881
GoInfoGame/GoInfoGame/Network/models/WorkspacesResponse.swift
@@ -45,18 +45,6 @@ struct Workspace: Decodable {
45
case imageryList = "imageryListDef"
46
case longFormQuest = "longFormQuestDef"
47
}
48
-
49
-// static func == (lhs: Workspace, rhs: Workspace) -> Bool {
50
-// return lhs.id == rhs.id
51
-// }
52
53
-// func hash(into hasher: inout Hasher) {
54
-// hasher.combine(id)
55
-// hasher.combine(title)
56
-// hasher.combine(type)
57
-// hasher.combine(externalAppAccess)
58
-// hasher.combine(imageryList)
59
60
61
62
// MARK: - Polygon
0 commit comments