Skip to content

Commit

Permalink
🔥 api: delete remove-not-clea-centers-habilitations script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiaPena committed Nov 15, 2024
1 parent 5e412e0 commit 568aca3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 211 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions api/src/certification/configuration/domain/usecases/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import * as attachableTargetProfileRepository from '../../infrastructure/reposit
import * as candidateRepository from '../../infrastructure/repositories/candidate-repository.js';
import * as centerPilotFeaturesRepository from '../../infrastructure/repositories/center-pilot-features-repository.js';
import * as centerRepository from '../../infrastructure/repositories/center-repository.js';
import * as habilitationRepository from '../../infrastructure/repositories/habilitation-repository.js';
/**
* @typedef {import('../../infrastructure/repositories/index.js').SessionsRepository} SessionsRepository
*/
Expand All @@ -25,7 +24,6 @@ import { convertCenterToV3JobRepository } from '../../infrastructure/repositorie
* @typedef {centerRepository} CentersRepository
* @typedef {convertCenterToV3JobRepository} ConvertCenterToV3JobRepository
* @typedef {sessionsRepository} SessionsRepository
* @typedef {habilitationRepository} HabilitationRepository
* @typedef {candidateRepository} CandidateRepository
**/
const dependencies = {
Expand All @@ -35,7 +33,6 @@ const dependencies = {
centerRepository,
convertCenterToV3JobRepository,
sessionsRepository: configurationRepositories.sessionsRepository,
habilitationRepository,
candidateRepository,
};

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 568aca3

Please sign in to comment.