Skip to content

Commit

Permalink
Move to saner namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Sep 24, 2024
1 parent 1931b25 commit f38a21f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Tgstation.Server.Host/GraphQL/Subscription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using HotChocolate.Subscriptions;
using HotChocolate.Types;

using Tgstation.Server.Host.GraphQL.Types;
using Tgstation.Server.Host.GraphQL.Subscriptions;
using Tgstation.Server.Host.Security;

namespace Tgstation.Server.Host.GraphQL
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Tgstation.Server.Host.GraphQL.Types
namespace Tgstation.Server.Host.GraphQL.Subscriptions
{
/// <summary>
/// Reasons TGS may invalidate a user's login session.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using Microsoft.Extensions.Logging;

using Tgstation.Server.Host.GraphQL;
using Tgstation.Server.Host.GraphQL.Types;
using Tgstation.Server.Host.GraphQL.Subscriptions;
using Tgstation.Server.Host.Models;
using Tgstation.Server.Host.Utils;

Expand Down

0 comments on commit f38a21f

Please sign in to comment.