[O] Use encapsulated graded() method

This commit is contained in:
Hykilpikonna
2019-12-07 12:32:46 -05:00
parent e26d46a5d2
commit bac9e3524c
+1 -1
View File
@@ -196,7 +196,7 @@ export default class Course
{
return this.gradingPeriods
.flatMap(term => this.termAssignments[term])
.filter(a => a.complete == 'Complete');
.filter(a => a.graded);
}
/**