run eslint
This commit is contained in:
		
							parent
							
								
									268dd33792
								
							
						
					
					
						commit
						debcac4924
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		|  | @ -45,12 +45,9 @@ class Prometheus { | |||
|     } | ||||
| 
 | ||||
|     update(heartbeat, tlsInfo) { | ||||
| 
 | ||||
|         // TODO: TLS Info here
 | ||||
| 
 | ||||
|         if (typeof tlsInfo !== "undefined") { | ||||
|             try { | ||||
|                 var is_valid = 0 | ||||
|                 let is_valid = 0 | ||||
|                 if (tlsInfo.valid == true) { | ||||
|                     is_valid = 1 | ||||
|                 } else { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue