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 { AutomapperProfile, InjectMapper } from '@automapper/nestjs';
|
||||||
import { Injectable } from '@nestjs/common';
|
import { Injectable } from '@nestjs/common';
|
||||||
import { MatchPresenter } from '../adapters/secondaries/match.presenter';
|
import { MatchPresenter } from '../adapters/secondaries/match.presenter';
|
||||||
import { Match } from '../domain/entities/match';
|
import { Match } from '../domain/entities/ecosystem/match';
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class MatchProfile extends AutomapperProfile {
|
export class MatchProfile extends AutomapperProfile {
|
||||||
|
|
Loading…
Reference in New Issue