From 8699ad16201be403e020bca01b398e49743be4ed Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 6 Oct 2024 13:26:02 -0400 Subject: [PATCH] Fix build warnings --- src/Tgstation.Server.Host/Authority/IUserAuthority.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); ///