Skip to content

Commit

Permalink
Missed one in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmark committed Jun 7, 2022
1 parent 116d2df commit 4411048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public override Dictionary<string, object> Read(ref Utf8JsonReader reader, Type
dic.Add(propertyName, ExtractValue(ref reader, options));
}

return dictionary;
return dic;
}

public override void Write(Utf8JsonWriter writer, Dictionary<string, object> value, JsonSerializerOptions options)
Expand Down

0 comments on commit 4411048

Please sign in to comment.