diff --git a/src/Tgstation.Server.Host/Authority/IUserAuthority.cs b/src/Tgstation.Server.Host/Authority/IUserAuthority.cs index 4b67a3e55b..9e2a37da59 100644 --- a/src/Tgstation.Server.Host/Authority/IUserAuthority.cs +++ b/src/Tgstation.Server.Host/Authority/IUserAuthority.cs @@ -6,7 +6,6 @@ using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Request; using Tgstation.Server.Api.Rights; using Tgstation.Server.Host.Authority.Core; -using Tgstation.Server.Host.GraphQL.Types.OAuth; using Tgstation.Server.Host.Models; using Tgstation.Server.Host.Security; @@ -37,11 +36,11 @@ namespace Tgstation.Server.Host.Authority ValueTask> GetId(long id, bool includeJoins, bool allowSystemUser, CancellationToken cancellationToken); /// - /// Gets the s for the with a given . + /// Gets the s for the with a given . /// /// The of the . /// The for the operation. - /// A resulting in an of . + /// A resulting in an of . ValueTask> OAuthConnections(long userId, CancellationToken cancellationToken); ///