feat: obtaining Focus XP via lens #551

Closed
VampireKitten wants to merge 4 commits from focus-xp-increases into main
Showing only changes of commit fbc76e7425 - Show all commits

View File

@ -805,6 +805,7 @@ export const missionInventoryUpdate = async (data: IMissionInventoryUpdateReques
if (Missions) {
addMissionComplete(inventory, Missions);
}
addFocusXpIncreases(inventory, FocusXpIncreases);
const changedInventory = await inventory.save();
return changedInventory.toJSON();