fix: typo (#465)

This commit is contained in:
Sainan 2024-07-04 21:16:46 +02:00 committed by GitHub
parent 07c84214ac
commit a4ec3833bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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