Skip to content

Commit

Permalink
[TECH] Supprimer le script permettant de retirer certaines habilitati…
Browse files Browse the repository at this point in the history
…ons des centres (PIX-15312).

 #10558
  • Loading branch information
pix-service-auto-merge authored Nov 15, 2024
2 parents 39a1766 + 35f41d9 commit 03da276
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 03da276

Please sign in to comment.