mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-23 13:07:47 +01:00
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
|
||||
await checkMongoDB(config);
|
||||
//await checkMongoDB(config);
|
||||
|
||||
return config;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue