forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
8a369c994b
commit
4e387cf7d0
1 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
* Module dependencies
|
||||
*/
|
||||
import prominence from 'prominence';
|
||||
import getVersion from '../../version';
|
||||
import version from '../../version';
|
||||
import config from '../../conf';
|
||||
|
||||
/**
|
||||
|
@ -39,8 +39,6 @@ import config from '../../conf';
|
|||
* @return {Promise<any>}
|
||||
*/
|
||||
module.exports = (params) => new Promise(async (res, rej) => {
|
||||
const version = await getVersion.then();
|
||||
|
||||
res({
|
||||
maintainer: config.maintainer,
|
||||
version: version,
|
||||
|
|
Loading…
Reference in a new issue