diff --git a/src/Tgstation.Server.Host/Security/TgsAuthorizeAttribute.cs b/src/Tgstation.Server.Host/Security/TgsAuthorizeAttribute.cs index a80205bb6e..0fc4c11c1a 100644 --- a/src/Tgstation.Server.Host/Security/TgsAuthorizeAttribute.cs +++ b/src/Tgstation.Server.Host/Security/TgsAuthorizeAttribute.cs @@ -4,8 +4,6 @@ using Microsoft.AspNetCore.Authorization; using Tgstation.Server.Api.Rights; -#nullable disable - namespace Tgstation.Server.Host.Security { ///