forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
7c259185bc
commit
286674c2bb
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ async function init(): Promise<Config> {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try to connect to MongoDB
|
// Try to connect to MongoDB
|
||||||
await checkMongoDB(config);
|
//await checkMongoDB(config);
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue