From 9ae1316b0712eb4e177c8b55a36e346ce66e1a73 Mon Sep 17 00:00:00 2001 From: axunonb Date: Sat, 28 Sep 2024 21:34:18 +0200 Subject: [PATCH] Use //NOSONAR --- League/Controllers/Match.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/League/Controllers/Match.cs b/League/Controllers/Match.cs index d41be3b..e565e5e 100644 --- a/League/Controllers/Match.cs +++ b/League/Controllers/Match.cs @@ -711,7 +711,7 @@ private async Task GetEnterResultViewModel(MatchEntity mat /// /// A match report sheet suitable for a printout, if the match has not already been played. [HttpGet("[action]/{id:long}")] - public async Task ReportSheet(long id, [FromServices] ReportSheetCache cache, CancellationToken cancellationToken) + public async Task ReportSheet(long id, [FromServices] ReportSheetCache cache, CancellationToken cancellationToken) //NOSONAR { if (!ModelState.IsValid) return BadRequest(ModelState);