mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 07:30:59 -07:00
Fix bug
This commit is contained in:
parent
a7ad1b9d48
commit
2dc053f1a0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports = (params) => new Promise(async (res, rej) => {
|
||||||
res({
|
res({
|
||||||
maintainer: config.maintainer,
|
maintainer: config.maintainer,
|
||||||
version: version,
|
version: version,
|
||||||
secure: config.https.enable,
|
secure: config.https != null,
|
||||||
machine: os.hostname(),
|
machine: os.hostname(),
|
||||||
os: os.platform(),
|
os: os.platform(),
|
||||||
node: process.version,
|
node: process.version,
|
||||||
|
|
Loading…
Reference in a new issue