Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daniyalfarman committed Nov 29, 2023
1 parent fb34143 commit 920819f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions course_discovery/apps/course_metadata/data_loaders/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def format_course_run_data(self, body, course=None):
'video': self.get_courserun_video(body),
'status': CourseRunStatus.Unpublished,
'mobile_available': body.get('mobile_available') or False,
'invite_only': body.get('invite_only') or False
})

if course:
Expand Down

0 comments on commit 920819f

Please sign in to comment.