Skip to content

Commit

Permalink
feat: Added upgrade deadline in blocks api (openedx#34750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawad-khan authored May 9, 2024
1 parent 6308c96 commit 67ccd70
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 @@ -82,7 +82,7 @@ class MobileCourseEnrollmentSerializer(serializers.ModelSerializer):
"""

class Meta:
fields = ('created', 'mode', 'is_active')
fields = ('created', 'mode', 'is_active', 'upgrade_deadline')
model = CourseEnrollment
lookup_field = 'username'

Expand Down

0 comments on commit 67ccd70

Please sign in to comment.