mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
Fix bug
This commit is contained in:
parent
36d2bdd0b4
commit
2768dfc6d1
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