Skip to content

Commit

Permalink
Remove unnecessary HttpClient injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Arasfon committed Sep 13, 2024
1 parent cdbbb25 commit ead9040
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/Edelstein.Tools.ServerPatcher.Wasm/Pages/Patcher.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ public partial class Patcher

private Stream? _apkStream;

[Inject]
private HttpClient HttpClient { get; set; } = null!;

[Inject]
private IJSRuntime JsRuntime { get; set; } = null!;

Expand Down
2 changes: 0 additions & 2 deletions src/Edelstein.Tools.ServerPatcher.Wasm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@

builder.Services.AddFluentUIComponents();

builder.Services.AddHttpClient();

await builder.Build().RunAsync();

0 comments on commit ead9040

Please sign in to comment.