Apply prettier changes

This commit is contained in:
Sainan 2024-05-07 09:50:04 +00:00 committed by github-actions[bot]
parent a80aa0d0a0
commit c86d080c20

View File

@ -47,7 +47,11 @@ export const handlePurchase = async (purchaseRequest: IPurchaseRequest, accountI
inventoryChanges = await handleWeaponsPurchase(internalName, accountId);
break;
case "Types":
inventoryChanges = await handleTypesPurchase(internalName, accountId, purchaseRequest.PurchaseParams.Quantity);
inventoryChanges = await handleTypesPurchase(
internalName,
accountId,
purchaseRequest.PurchaseParams.Quantity
);
break;
case "Boosters":
inventoryChanges = await handleBoostersPurchase(internalName, accountId);