Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit d40663a

Browse files
committed
Update index.ts
1 parent 0fbc643 commit d40663a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/database/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const DB = {
2626
};
2727

2828
DB.connect().catch(err => {
29-
console.error('❌ Error connection to DB!');
29+
console.error('❌ Error connecting to DB!');
3030
console.error(err);
3131
throw err;
3232
});

0 commit comments

Comments
 (0)