Skip to content

Commit

Permalink
removing from preserve from engine client
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Mar 5, 2024
1 parent 0af35ec commit c77e764
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/protagonist/DLCS.Repository/Messaging/EngineClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ public class EngineClient : IEngineClient
private readonly ILogger<EngineClient> logger;
private readonly DlcsSettings dlcsSettings;

private static readonly JsonSerializerOptions SerializerOptions = new (JsonSerializerDefaults.Web)
{
ReferenceHandler = ReferenceHandler.Preserve
};
private static readonly JsonSerializerOptions SerializerOptions = new (JsonSerializerDefaults.Web);

public EngineClient(
IQueueLookup queueLookup,
Expand Down

0 comments on commit c77e764

Please sign in to comment.