Skip to content

Commit

Permalink
Made logger required.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Aug 7, 2024
1 parent 9641699 commit 84d6d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public partial class Index : ComponentBase
private byte[]? publicKey;

[Inject]
ILogger<Index> Logger { get; set; }
public required ILogger<Index> Logger { get; set; }

[Inject]
public required IJSRuntime JSRuntime { get; set; }
Expand Down

0 comments on commit 84d6d1d

Please sign in to comment.