Skip to content
Prev Previous commit
Next Next commit
Address feedback.
  • Loading branch information
eiriktsarpalis authored and github-actions committed Nov 16, 2023
commit c64df0fc32cbf4eccad1e37223cfc0669b33a4ad
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ public void ReplaceWith<T>(T value)
JsonNode? node;
switch (_parent)
{
case null:
return;
case JsonObject jsonObject:
node = ConvertFromValue(value);
jsonObject.SetItem(GetPropertyName(), node);
Expand Down