Skip to content

Commit

Permalink
chore: move TODO from ASTypeConverter to #49
Browse files Browse the repository at this point in the history
  • Loading branch information
warriordog committed Jul 20, 2023
1 parent 0a05163 commit 673d7d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ActivityPub.Types/Json/ASTypeConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public override void Write(Utf8JsonWriter writer, T value, JsonSerializerOptions
var typeInfo = _jsonTypeInfoCache.GetForType<T>();

// Create JsonNodeOptions because System.Text.Json has so many different "option" types ...
// TODO find out if we can cache this somehow
var nodeOptions = new JsonNodeOptions
{
PropertyNameCaseInsensitive = options.PropertyNameCaseInsensitive
Expand Down

0 comments on commit 673d7d8

Please sign in to comment.