Update inventoryController.ts

This commit is contained in:
AMelonInsideLemon 2025-09-27 03:30:56 +02:00
parent a83d96289f
commit 8549afd14e

View File

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