Skip to content

Commit

Permalink
chore: use the ccx data complete for course created openedx event
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago committed Dec 27, 2023
1 parent 95541f5 commit 5cb4d09
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_id,
course_key=ccx,
)
)

Expand Down

0 comments on commit 5cb4d09

Please sign in to comment.