diff --git a/src/controllers/api/missionInventoryUpdateController.ts b/src/controllers/api/missionInventoryUpdateController.ts index d3f0978b..bde1c3cf 100644 --- a/src/controllers/api/missionInventoryUpdateController.ts +++ b/src/controllers/api/missionInventoryUpdateController.ts @@ -84,6 +84,7 @@ export const missionInventoryUpdateController: RequestHandler = async (req, res) await inventory.save(); const inventoryResponse = await getInventoryResponse(inventory, true); + //TODO: figure out when to send inventory. it is needed for many cases. res.json({ InventoryJson: JSON.stringify(inventoryResponse), InventoryChanges: inventoryChanges,