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 02e80b6 commit d21827dCopy full SHA for d21827d
Sources/VRCKit/Models/InstanceModel.swift
@@ -70,7 +70,7 @@ public extension Instance {
70
platforms.android > 0 ? UserPlatform.android : nil,
71
platforms.ios > 0 ? UserPlatform.ios : nil,
72
platforms.standalonewindows > 0 ? UserPlatform.standalonewindows : nil
73
- ].compactMap(\.self)
+ ].compactMap { $0 }
74
}
75
76
0 commit comments