summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/OutOfTimeInteractor.swift2
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,