Apply prettier changes
This commit is contained in:
		
							parent
							
								
									7752d60c31
								
							
						
					
					
						commit
						d793ff44fd
					
				@ -108,7 +108,7 @@ export const addItem = async (
 | 
				
			|||||||
    if (typeName in ExportCustoms) {
 | 
					    if (typeName in ExportCustoms) {
 | 
				
			||||||
        return {
 | 
					        return {
 | 
				
			||||||
            InventoryChanges: {
 | 
					            InventoryChanges: {
 | 
				
			||||||
                WeaponSkins: [ await addSkin(typeName, accountId) ]
 | 
					                WeaponSkins: [await addSkin(typeName, accountId)]
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
@ -849,7 +849,7 @@ export interface ITauntHistory {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface IWeaponSkinDatabase {
 | 
					export interface IWeaponSkinDatabase {
 | 
				
			||||||
    ItemType: string;    
 | 
					    ItemType: string;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface IWeaponSkin extends IWeaponSkinDatabase {
 | 
					export interface IWeaponSkin extends IWeaponSkinDatabase {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user