Skip to content

Commit

Permalink
Merge pull request #113 from Pearson-Advance/jdb/revert_112
Browse files Browse the repository at this point in the history
Revert "Merge pull request #112 from Pearson-Advance/vue/PADV-815"
  • Loading branch information
JuanDavidBuitrago authored Jan 4, 2024
2 parents 59b367a + 9e21c29 commit 63c4db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/ccx/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def create_ccx(request, course, ccx=None):
COURSE_CREATED.send_event(
time=datetime.datetime.now(tz=timezone.utc),
course=CourseData(
course_key=ccx,
course_key=ccx_id,
)
)

Expand Down

0 comments on commit 63c4db3

Please sign in to comment.