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

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