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