Skip to content

Commit

Permalink
Fix project building
Browse files Browse the repository at this point in the history
  • Loading branch information
nik3212 committed Apr 29, 2024
1 parent f04843c commit 8c41b36
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ struct PaywallView: View {
var body: some View {
switch paywallType {
case let .subscriptions(productIDs):
let productIDs: any Collection<String> = productIDs
presentationAssembly.subscritpionsViewAssembly.assemble(ids: productIDs)
case let .products(productIDs):
let productIDs: any Collection<String> = productIDs
presentationAssembly.productsViewAssembly.assemble(ids: productIDs)
}
}

Check warning on line 36 in Sources/FlareUI/Classes/Presentation/Views/PaywallView/PaywallView.swift

View check run for this annotation

Codecov / codecov/patch

Sources/FlareUI/Classes/Presentation/Views/PaywallView/PaywallView.swift#L27-L36

Added lines #L27 - L36 were not covered by tests
Expand Down

0 comments on commit 8c41b36

Please sign in to comment.