mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-09 20:22:47 +01:00
Fix missing capitalisation in database connected log
This commit is contained in:
parent
9c77af83b9
commit
9764881bf5
@ -110,7 +110,7 @@ export async function initDatabase(): Promise<DataSource> {
|
|||||||
await dbConnection.runMigrations();
|
await dbConnection.runMigrations();
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`[Database] ${green("connected")}`);
|
console.log(`[Database] ${green("Connected")}`);
|
||||||
|
|
||||||
return dbConnection;
|
return dbConnection;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user