Update inventoryController.ts

This commit is contained in:
AMelonInsideLemon 2025-09-27 03:30:56 +02:00
parent 4f2d636a4a
commit 785a83a2ea

View File

@ -333,6 +333,7 @@ export const getInventoryResponse = async (
} }
}); });
} }
for (const key of equipmentKeys) { for (const key of equipmentKeys) {
if (key in inventoryResponse) { if (key in inventoryResponse) {
for (const equipment of inventoryResponse[key]) { for (const equipment of inventoryResponse[key]) {