Fix type
This commit is contained in:
		| @@ -30,6 +30,6 @@ namespace Core.Adapters.Lib | |||||||
|  |  | ||||||
|         [BsonElement("attributes")] |         [BsonElement("attributes")] | ||||||
|         [JsonPropertyName("attributes")] |         [JsonPropertyName("attributes")] | ||||||
|         public Dictionary<string, object> Attributes { get; set; } = []; |         public Dictionary<string, BsonValue> Attributes { get; set; } = []; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user