diff --git a/src/mailcowDB.ts b/src/mailcowDB.ts index ccb27f4..5730334 100644 --- a/src/mailcowDB.ts +++ b/src/mailcowDB.ts @@ -17,10 +17,10 @@ export async function initializeMailcowDB(config: ContainerConfig): Promise 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); + // }); } \ No newline at end of file