Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsdeman committed Aug 19, 2023
1 parent 042fb47 commit 05b4d48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/mailcowDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ export async function initializeMailcowDB(config: ContainerConfig): Promise<void
database: 'mailcow',
});

dataSource.initialize()
.then(() => console.log('successfully connected'))
.catch((error) => {
console.log('ERROR LOADING DB');
console.log(error);
});
// dataSource.initialize()
// .then(() => console.log('successfully connected'))
// .catch((error) => {
// console.log('ERROR LOADING DB');
// console.log(error);
// });
}

0 comments on commit 05b4d48

Please sign in to comment.