From 8549afd14e7a5c19078fe76eaf8b9928c982006c Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Sat, 27 Sep 2025 03:30:56 +0200 Subject: [PATCH] Update inventoryController.ts --- src/controllers/api/inventoryController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index 185ed4b2..53bd4411 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -333,6 +333,7 @@ export const getInventoryResponse = async ( } }); } + for (const key of equipmentKeys) { if (key in inventoryResponse) { for (const equipment of inventoryResponse[key]) {