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