Skip to content

Commit 92cdd8d

Browse files
authored
Merge pull request #821 from rgoldberg/818-remove-retroactive
Remove `@retroactive`
2 parents 252a463 + a35d6d6 commit 92cdd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/mas/AppStore/ISStoreAccount.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import CommerceKit
1010

11-
extension ISStoreAccount: @retroactive @unchecked Sendable {
11+
extension ISStoreAccount: @unchecked Sendable {
1212
@MainActor // swiftlint:disable:next attributes
1313
static var primaryAccount: ISStoreAccount {
1414
get async {

0 commit comments

Comments
 (0)