Update inventoryController.ts
All checks were successful
Build / build (pull_request) Successful in 1m11s
All checks were successful
Build / build (pull_request) Successful in 1m11s
This commit is contained in:
parent
4f2d636a4a
commit
785a83a2ea
@ -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