fix bad imports
This commit is contained in:
parent
844f9f34e1
commit
d4874f3030
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue