diff --git a/src/Tgstation.Server.Client.GraphQL/Tgstation.Server.Client.GraphQL.csproj b/src/Tgstation.Server.Client.GraphQL/Tgstation.Server.Client.GraphQL.csproj index d150ca328d..e9308d8bee 100644 --- a/src/Tgstation.Server.Client.GraphQL/Tgstation.Server.Client.GraphQL.csproj +++ b/src/Tgstation.Server.Client.GraphQL/Tgstation.Server.Client.GraphQL.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Tgstation.Server.Host/GraphQL/ErrorMessageFilter.cs b/src/Tgstation.Server.Host/GraphQL/ErrorMessageFilter.cs index cbb9ac05e8..c5184ee05e 100644 --- a/src/Tgstation.Server.Host/GraphQL/ErrorMessageFilter.cs +++ b/src/Tgstation.Server.Host/GraphQL/ErrorMessageFilter.cs @@ -38,7 +38,7 @@ namespace Tgstation.Server.Host.GraphQL return error; var errorBuilder = ErrorBuilder.FromError(error) - .RemoveException() + .SetException(null) .ClearExtensions(); const string ErrorCodeFieldName = "errorCode"; diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj index 582f408503..18f3e1e1d1 100644 --- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj +++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj @@ -100,15 +100,15 @@ - + - + - + - + - +