Fix bug
This commit is contained in:
		
							parent
							
								
									66e76d9aa2
								
							
						
					
					
						commit
						5f4f046cd6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -45,7 +45,7 @@ module.exports = (params) => new Promise(async (res, rej) => {
 | 
			
		|||
	res({
 | 
			
		||||
		maintainer: config.maintainer,
 | 
			
		||||
		version: version,
 | 
			
		||||
		secure: config.https.enable,
 | 
			
		||||
		secure: config.https != null,
 | 
			
		||||
		machine: os.hostname(),
 | 
			
		||||
		os: os.platform(),
 | 
			
		||||
		node: process.version,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue