Skip to content

Commit

Permalink
Fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
aataraxiaa committed Aug 30, 2024
1 parent b204562 commit a6a7040
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1341,12 +1341,8 @@ final class MockIPCServer: DataBrokerProtectionIPCServer {
serverDelegate?.startImmediateOperations(showWebView: showWebView)
}

func startScheduledAllOperations(showWebView: Bool) {
serverDelegate?.startScheduledAllOperations(showWebView: showWebView)
}

func startScheduledScanOperations(showWebView: Bool) {
serverDelegate?.startScheduledScanOperations(showWebView: showWebView)
func startScheduledOperations(showWebView: Bool) {
serverDelegate?.startScheduledOperations(showWebView: showWebView)
}

func runAllOptOuts(showWebView: Bool) {
Expand Down

0 comments on commit a6a7040

Please sign in to comment.