nullability
All checks were successful
build / build (push) Successful in 2m11s

This commit is contained in:
Nick Seguin 2024-06-25 18:14:24 -04:00
parent ad9bf582c0
commit 13abfcf0f9
Signed by: nseguin
GPG key ID: 68C99FA84079021D

View file

@ -48,10 +48,9 @@
private List<Attribution>? AttributionsList { get; set; }
private string? LicenseUrl => "static/LICENSE.txt";
private string LicenseUrl => "static/LICENSE.txt";
[Inject]
private IWebHostEnvironment HostEnvironment { get; set; }
[Inject] private IWebHostEnvironment HostEnvironment { get; set; } = default!;
protected override async Task OnInitializedAsync()
{