diff --git a/src/Tgstation.Server.Host/Security/SessionInvalidationTracker.cs b/src/Tgstation.Server.Host/Security/SessionInvalidationTracker.cs index 5f5157e361..6f302a3532 100644 --- a/src/Tgstation.Server.Host/Security/SessionInvalidationTracker.cs +++ b/src/Tgstation.Server.Host/Security/SessionInvalidationTracker.cs @@ -40,7 +40,7 @@ namespace Tgstation.Server.Host.Security readonly ILogger logger; /// - /// of tracked s and s to the for their s. + /// of tracked s and s to the for their s. /// readonly ConcurrentDictionary<(string SessionId, long UserId), TaskCompletionSource> trackedSessions; @@ -122,7 +122,7 @@ namespace Tgstation.Server.Host.Security } /// - public void UserModifiedInvalidateSessions(Models.User user) + public void UserModifiedInvalidateSessions(User user) { ArgumentNullException.ThrowIfNull(user);