chore: improve handling of RJ interstitial missionInventoryUpdate #2600

Merged
Sainan merged 2 commits from rj-interstitial into main 2025-08-09 03:38:11 -07:00
Showing only changes of commit 2c7a42d558 - Show all commits

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,