Skip to content

Commit 2d00fa7

Browse files
Make PurchasePlatform Sendable
1 parent 3baa349 commit 2d00fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AppStoreServerLibrary/Models/PurchasePlatform.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
///Values that represent Apple platforms.
44
///
55
///[AppStore.Platform](https://developer.apple.com/documentation/storekit/appstore/platform)
6-
public enum PurchasePlatform: String, Decodable, Encodable, Hashable {
6+
public enum PurchasePlatform: String, Decodable, Encodable, Hashable, Sendable {
77
case iOS = "iOS"
88
case macOS = "macOS"
99
case tvOS = "tvOS"

0 commit comments

Comments
 (0)