This commit is contained in:
syuilo 2018-11-21 05:27:06 +09:00
parent 7c259185bc
commit 286674c2bb
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -192,7 +192,7 @@ async function init(): Promise<Config> {
}
// Try to connect to MongoDB
await checkMongoDB(config);
//await checkMongoDB(config);
return config;
}