diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-01-17 17:13:47 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-01-18 16:06:44 +0100 |
| commit | 10fcaf74e63a627326b7d1dfe97d6eabfc6616cf (patch) | |
| tree | d3260ff8eeabe46817e3228d0c547d5c571e13da | |
| parent | a35a1b97867c9f4f1a9f3139fcd52a24929f5f8f (diff) | |
| download | mullvadvpn-10fcaf74e63a627326b7d1dfe97d6eabfc6616cf.tar.xz mullvadvpn-10fcaf74e63a627326b7d1dfe97d6eabfc6616cf.zip | |
Swift.Error thing
| -rw-r--r-- | ios/MullvadVPN/OutOfTimeInteractor.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/OutOfTimeInteractor.swift b/ios/MullvadVPN/OutOfTimeInteractor.swift index 068a299c3e..cd4989461a 100644 --- a/ios/MullvadVPN/OutOfTimeInteractor.swift +++ b/ios/MullvadVPN/OutOfTimeInteractor.swift @@ -74,7 +74,7 @@ final class OutOfTimeInteractor { func requestProducts( with productIdentifiers: Set<StoreSubscription>, - completionHandler: @escaping (OperationCompletion<SKProductsResponse, Swift.Error>) -> Void + completionHandler: @escaping (OperationCompletion<SKProductsResponse, Error>) -> Void ) -> Cancellable { return storePaymentManager.requestProducts( with: productIdentifiers, |
