fix: typo #465

Merged
Sainan merged 1 commits from fixtypo into main 2024-07-04 12:16:46 -07:00

View File

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