Skip to content

Commit

Permalink
Add missing subscriptionFeatureFlagger init param
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Dec 4, 2024
1 parent c6b3bda commit fc41e21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DuckDuckGo/AppDependencyProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ final class AppDependencyProvider: DependencyProvider {
}
}

let subscriptionManager = DefaultSubscriptionManager(storePurchaseManager: DefaultStorePurchaseManager(subscriptionFeatureMappingCache: subscriptionFeatureMappingCache),
let storePurchaseManager = DefaultStorePurchaseManager(subscriptionFeatureMappingCache: subscriptionFeatureMappingCache,
subscriptionFeatureFlagger: subscriptionFeatureFlagger)

let subscriptionManager = DefaultSubscriptionManager(storePurchaseManager: storePurchaseManager,
accountManager: accountManager,
subscriptionEndpointService: subscriptionService,
authEndpointService: authService,
Expand Down

0 comments on commit fc41e21

Please sign in to comment.