Skip to content

Commit d7e90df

Browse files
committed
Update 'validated' property to 'est_validee'
1 parent 6105491 commit d7e90df

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/index.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var MarkClass = class {
9595
obtained: parseInt(data.inscription_cours.nombre_credits_obtenus),
9696
total: parseInt(data.inscription_cours.nombre_credits_potentiels)
9797
};
98-
this.validated = data.inscription_cours.validated;
98+
this.validated = data.inscription_cours.est_validee;
9999
this.marks = data.epreuves.map((mark) => new Mark(mark));
100100
}
101101
toJSON() {

0 commit comments

Comments
 (0)