Skip to content

Commit

Permalink
fix: [AXM-506] Try to fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloKireiev committed Jul 4, 2024
1 parent 12a6866 commit cfa816c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/mobile_api/course_info/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_course_modes(self, course_overview):

def get_course_progress(self, obj: CourseOverview) -> Dict[str, int]:
"""
Gets course progress calculated by course assignments.
Gets course progress calculated by course completed assignments.
"""
return get_assignments_completions(obj.id, self.context.get('user'))

Expand Down

0 comments on commit cfa816c

Please sign in to comment.