forked from OpenWF/SpaceNinjaServer
		
	fix: typo (#465)
This commit is contained in:
		
							parent
							
								
									07c84214ac
								
							
						
					
					
						commit
						a4ec3833bf
					
				@ -240,7 +240,7 @@ export const addItem = async (
 | 
				
			|||||||
            await inventory.save();
 | 
					            await inventory.save();
 | 
				
			||||||
            return {
 | 
					            return {
 | 
				
			||||||
                InventoryChanges: {
 | 
					                InventoryChanges: {
 | 
				
			||||||
                    ShipDecorations: changes
 | 
					                    RawUpgrades: changes
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            };
 | 
					            };
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user