Remembered to save

Still errors out on type for some reason.
This commit is contained in:
VampireKitten 2024-10-15 15:47:01 +02:00
parent 44a302b93a
commit ab057def13

View File

@ -22,6 +22,8 @@ export const focusController: RequestHandler = async (req, res) => {
item.FocusLens = request.LensType;
}
}
await inventory.save();
res.end();
break;
}
case FocusOperation.UnlockWay: {