Fix number of arguments in SQL query
This commit is contained in:
		
							parent
							
								
									9000b6b18e
								
							
						
					
					
						commit
						9c6a28d9b0
					
				@ -250,7 +250,7 @@ class LightningStatsUpdater {
 | 
			
		||||
          med_fee_rate,
 | 
			
		||||
          med_base_fee_mtokens
 | 
			
		||||
        )
 | 
			
		||||
        VALUES (NOW(), ?, ?, ?, ?, ?, ?)`;
 | 
			
		||||
        VALUES (NOW(), ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`;
 | 
			
		||||
 | 
			
		||||
      await DB.query(query, [
 | 
			
		||||
        networkGraph.channels.length,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user