Skip to content

Commit

Permalink
Update dbConfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
abdinasir-Tman authored May 13, 2024
1 parent 384ab39 commit 7d83932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/dbConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 7d83932

Please sign in to comment.