mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Remove indented formatting from interop JSON
This commit is contained in:
@@ -175,7 +175,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
|
||||
var interopJsonFile = JsonFile("interop");
|
||||
|
||||
var interopJson = JsonConvert.SerializeObject(interopInfo, Formatting.Indented, new JsonSerializerSettings
|
||||
var interopJson = JsonConvert.SerializeObject(interopInfo, new JsonSerializerSettings
|
||||
{
|
||||
ContractResolver = new CamelCasePropertyNamesContractResolver(),
|
||||
ReferenceLoopHandling = ReferenceLoopHandling.Ignore
|
||||
|
||||
Reference in New Issue
Block a user