Fix prettier error?
This commit is contained in:
		
							parent
							
								
									9c621ee532
								
							
						
					
					
						commit
						df2f210966
					
				@ -110,7 +110,7 @@ const inventoryController: RequestHandler = async (request, response) => {
 | 
				
			|||||||
            i++;
 | 
					            i++;
 | 
				
			||||||
            inventoryResponse.WeaponSkins.push({
 | 
					            inventoryResponse.WeaponSkins.push({
 | 
				
			||||||
                ItemId: {
 | 
					                ItemId: {
 | 
				
			||||||
                    $oid: (i).toString().padStart(24, '0')
 | 
					                    $oid: i.toString().padStart(24, "0")
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                ItemType: uniqueName
 | 
					                ItemType: uniqueName
 | 
				
			||||||
            });
 | 
					            });
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user