fix setInterval
This commit is contained in:
		
							parent
							
								
									4571a9b8c1
								
							
						
					
					
						commit
						ca3b0a0f19
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -28,7 +28,7 @@ exports.startInterval = () => { | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     check(); |     check(); | ||||||
|     interval = setTimeout(check, 3600 * 48); |     interval = setInterval(check, 3600 * 48); | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| exports.enableCheckUpdate = async (value) => { | exports.enableCheckUpdate = async (value) => { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue