From fcfb3e47e8cd900fda2fe0cdee5eca45f77a7ec6 Mon Sep 17 00:00:00 2001 From: Ignacio Gomez Date: Sun, 22 Jun 2025 02:23:35 -0600 Subject: [PATCH] Fix in InventoryItem NameSpace --- Inventory/InventoryItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inventory/InventoryItem.cs b/Inventory/InventoryItem.cs index f5039ca..2919917 100644 --- a/Inventory/InventoryItem.cs +++ b/Inventory/InventoryItem.cs @@ -1,7 +1,7 @@ using MongoDB.Bson.Serialization.Attributes; using System.Text.Json.Serialization; -namespace Core.Adapters.Lib.Inventory +namespace Core.Adapters.Lib { public abstract class InventoryItem : Document {