Update index.ts

This commit is contained in:
Axel Olausson Holtenäs 2022-05-17 11:48:50 +02:00 committed by GitHub
parent 021e30c382
commit e69f09c9c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ const main = async () => {
// Start database manager
await database()
.then(async () => {
logger.silly("Database process started");
await logger.silly("Database process started");
})
.catch(async (err) => {
logger.error(err);