From 7d839322565f9512ff9aac779f3d7e1b4d20383b Mon Sep 17 00:00:00 2001 From: Abdinasir Mursal <115280340+abdinasir-Tman@users.noreply.github.com> Date: Mon, 13 May 2024 20:01:11 +0100 Subject: [PATCH] Update dbConfig.js --- src/config/dbConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/dbConfig.js b/src/config/dbConfig.js index bc538940..ee0eeb40 100644 --- a/src/config/dbConfig.js +++ b/src/config/dbConfig.js @@ -15,7 +15,7 @@ AppDataSource.initialize() console.log(`${chalk.green.bold('Connected')} to the database`); }) .catch((error) => - console.log(`${chalk.red.bold('Error')} connecting to database`, error); + console.log(`${chalk.red.bold('Error')} connecting to database`, error) ); export default AppDataSource;