Skip to content

Commit

Permalink
Remove one more VPN waitlist check.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons authored and quanganhdo committed Apr 4, 2024
1 parent ae15d73 commit fc661f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/VPNWaitlistViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extension VPNWaitlistViewController: WaitlistViewModelDelegate {
}

func waitlistViewModelDidJoinQueueWithNotificationsAllowed(_ viewModel: WaitlistViewModel) {
VPNWaitlist.shared.scheduleBackgroundRefreshTask()
// no-op
}

func waitlistViewModel(_ viewModel: WaitlistViewModel, didTriggerCustomAction action: WaitlistViewModel.ViewCustomAction) {
Expand Down

0 comments on commit fc661f5

Please sign in to comment.