Fix issue with GQL auth and no roles

This commit is contained in:
Jordan Dominion
2024-09-23 20:46:31 -04:00
parent af60f4f778
commit 0b87147385
@@ -24,6 +24,7 @@ namespace Tgstation.Server.Host.Security
/// Initializes a new instance of the <see cref="TgsGraphQLAuthorizeAttribute"/> class.
/// </summary>
public TgsGraphQLAuthorizeAttribute()
: this(Enumerable.Empty<string>())
{
}