this should not have been removed
All checks were successful
Build / build (pull_request) Successful in 1m32s
Build / build (push) Successful in 1m30s

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(); await inventory.save();
const inventoryResponse = await getInventoryResponse(inventory, true); const inventoryResponse = await getInventoryResponse(inventory, true);
//TODO: figure out when to send inventory. it is needed for many cases.
res.json({ res.json({
InventoryJson: JSON.stringify(inventoryResponse), InventoryJson: JSON.stringify(inventoryResponse),
InventoryChanges: inventoryChanges, InventoryChanges: inventoryChanges,