mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 08:22:41 +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 { 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 {
|
||||
|
||||
Reference in New Issue
Block a user