fix: missing early-out
This commit is contained in:
parent
971d149122
commit
656ceac4ac
@ -43,6 +43,7 @@ export const upgradesController: RequestHandler = async (req, res) => {
|
|||||||
if (item._id.toString() == payload.ItemId.$oid) {
|
if (item._id.toString() == payload.ItemId.$oid) {
|
||||||
item.Features ??= 0;
|
item.Features ??= 0;
|
||||||
item.Features |= 32;
|
item.Features |= 32;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user