Skip to content

Commit

Permalink
fix incorrectly named arg
Browse files Browse the repository at this point in the history
this was changed in a newer version of puppeteersharp
  • Loading branch information
PhantomGamers committed Dec 22, 2024
1 parent 892e857 commit 2477e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SFP/Models/Injection/Injector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ private static async Task SetBypassCsp(IFrame frame)
}
}

private static async void Frame_Navigate(object? sender, FrameNavigatedEventArgs e)
private static async void Frame_Navigate(object? sender, FrameEventArgs e)
{
await ProcessFrame(e.Frame);
}
Expand Down

0 comments on commit 2477e03

Please sign in to comment.