this should not have been removed

This commit is contained in:
Sainan 2025-04-23 06:24:21 +02:00
parent cbfbb1e903
commit c58a9e5229

View File

@ -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,