be explicit about the type
All checks were successful
Build / build (pull_request) Successful in 56s
Build / build (push) Successful in 1m41s

This commit is contained in:
Sainan 2025-05-01 11:40:21 +02:00
parent b49559ccb8
commit 0f3e8e5372

View File

@ -333,7 +333,7 @@ export const addItem = async (
premiumPurchase: boolean = false,
seed?: bigint,
targetFingerprint?: string,
exactQuantity = false
exactQuantity: boolean = false
): Promise<IInventoryChanges> => {
// Bundles are technically StoreItems but a) they don't have a normal counterpart, and b) they are used in non-StoreItem contexts, e.g. email attachments.
if (typeName in ExportBundles) {