Skip to content

Commit

Permalink
Missed one in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmark authored and abatishchev committed Jun 8, 2022
1 parent f2178fa commit a45d852
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 a45d852

Please sign in to comment.