Skip to content

Commit

Permalink
Revert "Merge pull request #112 from Pearson-Advance/vue/PADV-815"
Browse files Browse the repository at this point in the history
This reverts commit 59b367a, reversing
changes made to 95541f5.
  • Loading branch information
JuanDavidBuitrago committed Jan 4, 2024
1 parent 59b367a commit 9e21c29
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 9e21c29

Please sign in to comment.