diff --git a/src/DAL/db.data-source.ts b/src/DAL/db.data-source.ts index 276c6e4..7347b97 100644 --- a/src/DAL/db.data-source.ts +++ b/src/DAL/db.data-source.ts @@ -1,4 +1,3 @@ -// Notice: The following file is used only for running loacl migration from CLI /* istanbul ignore file */ import { DataSource, DataSourceOptions } from 'typeorm'; import { DbConfig } from '@src/common/interfaces';