From dab44e6a645bb5da2242289e59ecdb7883345ad1 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 6 Oct 2024 13:46:53 -0400 Subject: [PATCH] Fix linter issue --- src/Tgstation.Server.Host/GraphQL/Types/OAuth/OAuthConnection.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tgstation.Server.Host/GraphQL/Types/OAuth/OAuthConnection.cs b/src/Tgstation.Server.Host/GraphQL/Types/OAuth/OAuthConnection.cs index cae66dec1a..b073446c66 100644 --- a/src/Tgstation.Server.Host/GraphQL/Types/OAuth/OAuthConnection.cs +++ b/src/Tgstation.Server.Host/GraphQL/Types/OAuth/OAuthConnection.cs @@ -1,4 +1,5 @@ using System; + using Tgstation.Server.Api.Models; namespace Tgstation.Server.Host.GraphQL.Types.OAuth