chore: improve handling of RJ interstitial missionInventoryUpdate #2600
@ -105,7 +105,7 @@ export const missionInventoryUpdateController: RequestHandler = async (req, res)
|
||||
});
|
||||
}
|
||||
res.json({
|
||||
InventoryJson: missionReport.RJ ? JSON.stringify(inventoryResponse) : undefined,
|
||||
InventoryJson: missionReport.RJ ? undefined : JSON.stringify(inventoryResponse),
|
||||
InventoryChanges: inventoryChanges,
|
||||
MissionRewards,
|
||||
...credits,
|
||||
|
Loading…
x
Reference in New Issue
Block a user