Skip to content

Commit

Permalink
📝 chore(api): add note about fix limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
yaf committed Jan 30, 2025
1 parent 6c67718 commit 20da515
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { V3CertificationScoring } from '../../domain/models/V3CertificationScori

export const getLatestByDateAndLocale = async ({ locale, date }) => {
const allAreas = await areaRepository.list();
// NOTE : only works for certification of core competencies
const competenceList = await competenceRepository.listPixCompetencesOnly({ locale });

const competenceScoringConfiguration = await knex('competence-scoring-configurations')
Expand Down

0 comments on commit 20da515

Please sign in to comment.