diff --git a/apple/OmnivoreKit/Sources/Services/DataService/Mutations/OptIntoFeature.swift b/apple/OmnivoreKit/Sources/Services/DataService/Mutations/OptIntoFeature.swift index 35f427da0..68ce7fa65 100644 --- a/apple/OmnivoreKit/Sources/Services/DataService/Mutations/OptIntoFeature.swift +++ b/apple/OmnivoreKit/Sources/Services/DataService/Mutations/OptIntoFeature.swift @@ -50,6 +50,7 @@ public extension DataService { case let .error(errorCode: errorCode): if errorCode == .ineligible { continuation.resume(throwing: IneligibleError.message(messageText: "You are not eligible for this feature.")) + return } continuation.resume(throwing: BasicError.message(messageText: errorCode.rawValue)) }