From 0b752e6f353f23afc84a5c7d1439d6c57bd9d325 Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Sun, 29 Mar 2026 16:33:54 +0300 Subject: [PATCH] fix: remove note --- src/DAL/db.data-source.ts | 1 - 1 file changed, 1 deletion(-) 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';