This commit is contained in:
parent
abc450b48c
commit
2c7a42d558
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user