Skip to content

Commit

Permalink
Merge pull request #16 from RaphaelEscrig/feat/add-stage-6
Browse files Browse the repository at this point in the history
Add stage 6
  • Loading branch information
RaphaelEscrig authored Aug 16, 2024
2 parents 55d6d52 + 6e81d01 commit 22be142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/specialties/core/domain/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export const SPECIALTIES_LISTING_MAX_YEAR = 2023;
export const SPECIALTIES_LISTING_MIN_YEAR = 2019;

export const SPECIALTIES_SIMULATION_MIN_STAGE = 1;
export const SPECIALTIES_SIMULATION_MAX_STAGE = 5;
export const SPECIALTIES_SIMULATION_MAX_STAGE = 6;

export const SPECIALTIES_YEARS = [2023, 2022, 2021, 2020, 2019];

0 comments on commit 22be142

Please sign in to comment.