mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-30 08:40:46 +00:00
fix bad imports
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user