oops
All checks were successful
Build / build (pull_request) Successful in 59s

This commit is contained in:
Sainan 2025-08-09 03:57:24 +02:00
parent abc450b48c
commit 2c7a42d558

View File

@ -105,7 +105,7 @@ export const missionInventoryUpdateController: RequestHandler = async (req, res)
}); });
} }
res.json({ res.json({
InventoryJson: missionReport.RJ ? JSON.stringify(inventoryResponse) : undefined, InventoryJson: missionReport.RJ ? undefined : JSON.stringify(inventoryResponse),
InventoryChanges: inventoryChanges, InventoryChanges: inventoryChanges,
MissionRewards, MissionRewards,
...credits, ...credits,