mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 17:36:28 -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
|
// Try to connect to MongoDB
|
||||||
await checkMongoDB(config);
|
//await checkMongoDB(config);
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue