Skip to content

Commit

Permalink
chore: move TODO from ASTypeConverter to #50
Browse files Browse the repository at this point in the history
  • Loading branch information
warriordog committed Jul 20, 2023
1 parent 673d7d8 commit a5b008b
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 @@ -184,7 +184,6 @@ private static JsonNode WriteObjectDirectly(T obj, JsonTypeInfo typeInfo, JsonNo
var stripDefault = ignoreCondition is JsonIgnoreCondition.WhenWritingDefault;

// Check if this is a default value that should be skipped.
// TODO - replace "true" with a configuration options
if (ShouldSkip(value, prop, stripNull, stripDefault, true))
continue;

Expand Down

0 comments on commit a5b008b

Please sign in to comment.