diff --git a/Inventory/InventoryItem.cs b/Inventory/InventoryItem.cs index b057d75..a91bd6f 100644 --- a/Inventory/InventoryItem.cs +++ b/Inventory/InventoryItem.cs @@ -30,6 +30,6 @@ namespace Core.Adapters.Lib [BsonElement("attributes")] [JsonPropertyName("attributes")] - public Dictionary Attributes { get; set; } = []; + public Dictionary Attributes { get; set; } = []; } }