fix bad imports

This commit is contained in:
sbriat 2023-04-21 10:37:13 +02:00
parent 844f9f34e1
commit d4874f3030
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { createMap, Mapper } from '@automapper/core';
import { AutomapperProfile, InjectMapper } from '@automapper/nestjs';
import { Injectable } from '@nestjs/common';
import { MatchPresenter } from '../adapters/secondaries/match.presenter';
import { Match } from '../domain/entities/match';
import { Match } from '../domain/entities/ecosystem/match';
@Injectable()
export class MatchProfile extends AutomapperProfile {