typo
This commit is contained in:
parent
46df5ce8f0
commit
5e5616b3ca
@ -558,7 +558,7 @@ export const addItem = async (
|
||||
}
|
||||
if (typeName in ExportEmailItems) {
|
||||
if (quantity != 1) {
|
||||
throw new Error(`unexpected acquisition quantity of EmailItems: got ${quantity}, expected 0`);
|
||||
throw new Error(`unexpected acquisition quantity of EmailItems: got ${quantity}, expected 1`);
|
||||
}
|
||||
return await addEmailItem(inventory, typeName);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user