master merged
This commit is contained in:
@@ -8,8 +8,6 @@ enum ReviewPlatform: String, Encodable {
|
||||
static var current: ReviewPlatform {
|
||||
#if os(iOS)
|
||||
return .ios
|
||||
#elseif os(Android)
|
||||
return .android
|
||||
#else
|
||||
return .web
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user