Skip to content

Commit

Permalink
PaywallsTester: fix macOS build (#4093)
Browse files Browse the repository at this point in the history
macOS builds were failing when archiving, this fixes a broken API call
<img width="756" alt="image"
src="https://github.com/user-attachments/assets/1d6616a7-2334-4f55-bbcd-19d3142f8744">
  • Loading branch information
aboedo authored Jul 22, 2024
1 parent f597880 commit 00f9b9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ struct APIKeyDashboardList: View {
NavigationLink(
destination: PaywallPresenter(offering: offering,
mode: .default,
introEligility: .eligible,
displayCloseButton: false),
tag: PresentedPaywall(offering: offering, mode: .default),
selection: self.$presentedPaywall
Expand Down

0 comments on commit 00f9b9b

Please sign in to comment.