chore: fix most explicit-function-return-type warnings #656
@ -184,7 +184,7 @@ const addRewardResponse = (
 | 
				
			|||||||
    ItemType: string,
 | 
					    ItemType: string,
 | 
				
			||||||
    ItemCount: number,
 | 
					    ItemCount: number,
 | 
				
			||||||
    InventoryCategory: IInventoryFieldType
 | 
					    InventoryCategory: IInventoryFieldType
 | 
				
			||||||
): void => {
 | 
					) => {
 | 
				
			||||||
    if (!ItemType) return;
 | 
					    if (!ItemType) return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (!InventoryChanges[InventoryCategory]) {
 | 
					    if (!InventoryChanges[InventoryCategory]) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user