From f8a805d84f5341ea20fc29aa34a9a6e2c48c1ecf Mon Sep 17 00:00:00 2001 From: Sainan Date: Wed, 3 Jul 2024 15:32:42 +0200 Subject: [PATCH] chore: minor fixes (#460) --- src/controllers/api/inventoryController.ts | 4 +--- src/services/missionInventoryUpdateService.ts | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/controllers/api/inventoryController.ts b/src/controllers/api/inventoryController.ts index e8023e09..15bd28d8 100644 --- a/src/controllers/api/inventoryController.ts +++ b/src/controllers/api/inventoryController.ts @@ -21,9 +21,7 @@ const inventoryController: RequestHandler = async (request, response) => { } const inventory = await Inventory.findOne({ accountOwnerId: accountId }) - .populate<{ - LoadOutPresets: ILoadoutDatabase; - }>("LoadOutPresets") + .populate<{ LoadOutPresets: ILoadoutDatabase }>("LoadOutPresets") .populate<{ Ships: IShipInventory }>("Ships", "-ShipInteriorColors"); if (!inventory) { diff --git a/src/services/missionInventoryUpdateService.ts b/src/services/missionInventoryUpdateService.ts index 84103245..87c30ca8 100644 --- a/src/services/missionInventoryUpdateService.ts +++ b/src/services/missionInventoryUpdateService.ts @@ -135,7 +135,7 @@ const creditBundles: Record = { "/Lotus/StoreItems/Types/StoreItems/CreditBundles/Zariman/TableACreditsUncommon": 30000, "/Lotus/StoreItems/Types/PickUps/Credits/CorpusArenaCreditRewards/CorpusArenaRewardOneHard": 105000, "/Lotus/StoreItems/Types/PickUps/Credits/CorpusArenaCreditRewards/CorpusArenaRewardTwoHard": 175000, - "/Lotus/StoreItems/Types/PickUps/Credits/CorpusArenaCreditRewards/CorpusArenaRewardThreeHard": 25000 + "/Lotus/StoreItems/Types/PickUps/Credits/CorpusArenaCreditRewards/CorpusArenaRewardThreeHard": 250000 }; const fusionBundles: Record = {