forked from FoundKeyGang/FoundKey
✨
This commit is contained in:
parent
fdce64e7ab
commit
f495891ac3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ async function init(): Promise<InitResult> {
|
||||||
mongoDBLogger.info('Successfully connected');
|
mongoDBLogger.info('Successfully connected');
|
||||||
db.close();
|
db.close();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
mongoDBLogger.error(`${e}`);
|
mongoDBLogger.error(e);
|
||||||
return InitResult.Failure;
|
return InitResult.Failure;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue