Revert "Remove unneccessary warning suppression"

This reverts commit 8c11454239.
This commit is contained in:
Dominion
2023-04-24 20:44:40 -04:00
parent 11e191779d
commit c94379d700
@@ -9,6 +9,7 @@ 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
{