diff --git a/Content.Server/_CP14/Discord/DiscordAuthManager.cs b/Content.Server/_CP14/Discord/DiscordAuthManager.cs index efddd0d30b..3b887a6ff1 100644 --- a/Content.Server/_CP14/Discord/DiscordAuthManager.cs +++ b/Content.Server/_CP14/Discord/DiscordAuthManager.cs @@ -213,7 +213,7 @@ public sealed class DiscordAuthManager _sawmill.Debug($"Player {userId} user age check failed: {!response.IsSuccessStatusCode}"); return new DiscordUserResponse { ErrorMessage = $"Unexpected error: {!response.IsSuccessStatusCode}" }; } - + var user = await response.Content.ReadFromJsonAsync(cancel); if (user is null) {