cleanup
This commit is contained in:
parent
c88b3af6f8
commit
e9afca5e75
@ -83,9 +83,6 @@ export const missionInventoryUpdateController: RequestHandler = async (req, res)
|
|||||||
});
|
});
|
||||||
|
|
||||||
const InventoryJson = JSON.stringify((await inventory.save()).toJSON());
|
const InventoryJson = JSON.stringify((await inventory.save()).toJSON());
|
||||||
inventoryChanges.WishlistChanges = [
|
|
||||||
"/Lotus/Types/Items/ShipFeatureItems/SocialMenuFeatureItem"
|
|
||||||
] as unknown as object[];
|
|
||||||
|
|
||||||
//TODO: figure out when to send inventory. it is needed for many cases.
|
//TODO: figure out when to send inventory. it is needed for many cases.
|
||||||
res.json({
|
res.json({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user