unused import

This commit is contained in:
hannathkadher
2024-10-31 10:15:26 +04:00
parent f28fa627ed
commit bb03066ccb

View File

@ -1,5 +1,3 @@
import { FindOptionsWhere } from 'typeorm';
export function buildTypeORMWhereClause({ where }) {
if (!where) return {};