Remembered to save
Still errors out on type for some reason.
This commit is contained in:
parent
44a302b93a
commit
ab057def13
@ -22,6 +22,8 @@ export const focusController: RequestHandler = async (req, res) => {
|
|||||||
item.FocusLens = request.LensType;
|
item.FocusLens = request.LensType;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
await inventory.save();
|
||||||
|
res.end();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case FocusOperation.UnlockWay: {
|
case FocusOperation.UnlockWay: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user