Skip to content

Commit

Permalink
Use //NOSONAR
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Sep 28, 2024
1 parent b158635 commit 9ae1316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion League/Controllers/Match.cs
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ private async Task<EnterResultViewModel> GetEnterResultViewModel(MatchEntity mat
/// <param name="cancellationToken"></param>
/// <returns>A match report sheet suitable for a printout, if the match has not already been played.</returns>
[HttpGet("[action]/{id:long}")]
public async Task<IActionResult> ReportSheet(long id, [FromServices] ReportSheetCache cache, CancellationToken cancellationToken)
public async Task<IActionResult> ReportSheet(long id, [FromServices] ReportSheetCache cache, CancellationToken cancellationToken) //NOSONAR
{
if (!ModelState.IsValid) return BadRequest(ModelState);

Expand Down

0 comments on commit 9ae1316

Please sign in to comment.