Fix bug
This commit is contained in:
parent
66e76d9aa2
commit
5f4f046cd6
@ -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…
Reference in New Issue
Block a user