Clean up
This commit is contained in:
		
							parent
							
								
									2c7b320fe6
								
							
						
					
					
						commit
						296a884fdf
					
				
					 1 changed files with 9 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -23,10 +23,10 @@ import git from 'git-last-commit';
 | 
			
		|||
 *             commit:
 | 
			
		||||
 *               description: latest commit's hash
 | 
			
		||||
 *               type: string
 | 
			
		||||
 *             secure: 
 | 
			
		||||
 *             secure:
 | 
			
		||||
 *               description: whether the server supports secure protcols
 | 
			
		||||
 *               type: boolean
 | 
			
		||||
 *               
 | 
			
		||||
 *
 | 
			
		||||
 *       default:
 | 
			
		||||
 *         description: Failed
 | 
			
		||||
 *         schema:
 | 
			
		||||
| 
						 | 
				
			
			@ -40,13 +40,12 @@ import git from 'git-last-commit';
 | 
			
		|||
 * @return {Promise<object>}
 | 
			
		||||
 */
 | 
			
		||||
module.exports = (params) =>
 | 
			
		||||
	new Promise(async (res, rej) =>
 | 
			
		||||
{
 | 
			
		||||
	const commit = await prominence(git).getLastCommit();
 | 
			
		||||
	new Promise(async (res, rej) => {
 | 
			
		||||
		const commit = await prominence(git).getLastCommit();
 | 
			
		||||
 | 
			
		||||
	res({
 | 
			
		||||
		maintainer: config.maintainer,
 | 
			
		||||
		commit: commit.shortHash,
 | 
			
		||||
		secure: config.https.enable
 | 
			
		||||
		res({
 | 
			
		||||
			maintainer: config.maintainer,
 | 
			
		||||
			commit: commit.shortHash,
 | 
			
		||||
			secure: config.https.enable
 | 
			
		||||
		});
 | 
			
		||||
	});
 | 
			
		||||
});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue