Skip to content

Commit

Permalink
remove warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
andracc committed Aug 13, 2024
1 parent d65c3e5 commit c8e1f9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Backend/Controllers/WordController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
namespace BackendFramework.Controllers
{
[Authorize]
#pragma warning disable CA1825 // Avoid zero-length array allocations
[Produces("application/json")]
#pragma warning restore CA1825 // Avoid zero-length array allocations
[Route("v1/projects/{projectId}/words")]
public class WordController : Controller
{
Expand Down

0 comments on commit c8e1f9b

Please sign in to comment.