From 8c11454239c72f7a4b24f1be4ea0277fbcab8709 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sun, 23 Apr 2023 14:11:34 -0400 Subject: [PATCH] Remove unneccessary warning suppression --- src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs b/src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs index a16cf7646d..ece53c44ae 100644 --- a/src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs +++ b/src/Tgstation.Server.Host/Controllers/TgsAuthorizeAttribute.cs @@ -9,7 +9,6 @@ namespace Tgstation.Server.Host.Controllers /// /// Helper for using the with the system. /// -#pragma warning disable CA1019 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true, Inherited = true)] sealed class TgsAuthorizeAttribute : AuthorizeAttribute {