Skip to content

Commit

Permalink
Update SlotSettingsPage.cshtml.cs
Browse files Browse the repository at this point in the history
Resolve file conflict
  • Loading branch information
FeTetra authored Dec 11, 2024
1 parent f87e970 commit e558bc2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using LBPUnion.ProjectLighthouse.Servers.Website.Pages.Layouts;
using LBPUnion.ProjectLighthouse.Types.Entities.Level;
using LBPUnion.ProjectLighthouse.Types.Users;
using LBPUnion.ProjectLighthouse.Types.Filter;

Check warning on line 9 in ProjectLighthouse.Servers.Website/Pages/SlotSettingsPage.cshtml.cs

View workflow job for this annotation

GitHub Actions / Qodana for .NET

Redundant using directive

Using directive is not required by the code and can be safely removed
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;

Expand Down Expand Up @@ -104,4 +105,4 @@ public async Task<IActionResult> OnGet([FromRoute] int slotId)

return this.Page();
}
}
}

0 comments on commit e558bc2

Please sign in to comment.