Skip to content

Commit

Permalink
feat(orga): added necessary dependency to shared results usecase in p…
Browse files Browse the repository at this point in the history
…rescription context
  • Loading branch information
alicegoarnisson committed Dec 13, 2024
1 parent 7e66c36 commit 2e030c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { fileURLToPath } from 'node:url';

import * as badgeAcquisitionRepository from '../../../../../lib/infrastructure/repositories/badge-acquisition-repository.js';
import * as badgeForCalculationRepository from '../../../../../lib/infrastructure/repositories/badge-for-calculation-repository.js';
import { campaignParticipationResultRepository } from '../../../../../lib/infrastructure/repositories/campaign-participation-result-repository.js';
import * as campaignRepository from '../../../../../lib/infrastructure/repositories/campaign-repository.js';
import * as knowledgeElementRepository from '../../../../../lib/infrastructure/repositories/knowledge-element-repository.js';
import * as learningContentRepository from '../../../../../lib/infrastructure/repositories/learning-content-repository.js';
Expand Down Expand Up @@ -96,6 +97,7 @@ const dependencies = {
campaignParticipantRepository: campaignRepositories.campaignParticipantRepository,
campaignParticipationOverviewRepository,
campaignParticipationRepository,
campaignParticipationResultRepository,
campaignProfileRepository,
campaignRepository,
targetProfileRepository,
Expand Down

0 comments on commit 2e030c2

Please sign in to comment.