Skip to content

Commit

Permalink
refactor(api): use relative import inside module
Browse files Browse the repository at this point in the history
  • Loading branch information
kgajowy committed Jun 17, 2021
1 parent 8726239 commit cc61203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/apps/api/src/modules/scenarios/scenarios.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { CreateScenarioDTO } from './dto/create.scenario.dto';
import { UpdateScenarioDTO } from './dto/update.scenario.dto';
import { UpdateScenarioPlanningUnitLockStatusDto } from './dto/update-scenario-planning-unit-lock-status.dto';
import { SolutionResultCrudService } from './solutions-result/solution-result-crud.service';
import { CostSurfaceViewService } from '@marxan-api/modules/scenarios/cost-surface-readmodel/cost-surface-view.service';
import { CostSurfaceViewService } from './cost-surface-readmodel/cost-surface-view.service';

@Injectable()
export class ScenariosService {
Expand Down

0 comments on commit cc61203

Please sign in to comment.