Implement installation of Focus Lenses #550

Merged
VampireKitten merged 7 commits from install-focus-lens into main 2024-10-15 07:27:11 -07:00
Showing only changes of commit f6abc076e3 - Show all commits

View File

@ -30,9 +30,9 @@ export const focusController: RequestHandler = async (req, res) => {
}
await inventory.save();
res.json({
weaponId: request.WeaponId,
lensType: request.LensType,
});
weaponId: request.WeaponId,
lensType: request.LensType
});
break;
}
case FocusOperation.UnlockWay: {