Remove unneccessary warning suppression

This commit is contained in:
Dominion
2023-04-23 14:11:34 -04:00
parent 4ecdf8afe1
commit 8c11454239
@@ -9,7 +9,6 @@ namespace Tgstation.Server.Host.Controllers
/// <summary>
/// Helper for using the <see cref="AuthorizeAttribute"/> with the <see cref="Api.Rights"/> system.
/// </summary>
#pragma warning disable CA1019
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
sealed class TgsAuthorizeAttribute : AuthorizeAttribute
{