Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Nov 25, 2024
1 parent 7948f71 commit c28608c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Subscription/Managers/StorePurchaseManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public final class DefaultStorePurchaseManager: ObservableObject, StorePurchaseM
SubscriptionOption(id: yearly.id,
cost: .init(displayPrice: yearly.displayPrice, recurrence: "yearly"))]

// TODO: Should also sum up features from monthly and yearly
let features: [SubscriptionFeature] = await subscriptionFeatureMappingCache.subscriptionFeatures(for: monthly.id).compactMap { SubscriptionFeature(name: $0) }

return SubscriptionOptions(platform: platform,
Expand Down

0 comments on commit c28608c

Please sign in to comment.