fix: typo

This commit is contained in:
Sainan 2024-07-04 14:43:15 +02:00
parent 07c84214ac
commit 92b62527bd

View File

@ -240,7 +240,7 @@ export const addItem = async (
await inventory.save(); await inventory.save();
return { return {
InventoryChanges: { InventoryChanges: {
ShipDecorations: changes RawUpgrades: changes
} }
}; };
} }