forked from OpenWF/SpaceNinjaServer
Update inventoryController.ts
This commit is contained in:
parent
a83d96289f
commit
8549afd14e
@ -333,6 +333,7 @@ export const getInventoryResponse = async (
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
for (const key of equipmentKeys) {
|
||||
if (key in inventoryResponse) {
|
||||
for (const equipment of inventoryResponse[key]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user