Skip to content

Commit

Permalink
Cyberleague: [premieroctet#156] fix typo in level attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien-Wappizy committed Sep 26, 2024
1 parent edae20f commit ebe7b11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ExpertiseLevelSchema = new Schema({
ref: 'expertise',
required: [true, `L'expertise est obligatoire`],
},
leve: {
level: {
type: Number,
required: [true, `Le niveau d'expertise est obligatoire`],
},
Expand Down

0 comments on commit ebe7b11

Please sign in to comment.