Skip to content

Commit

Permalink
fix: fix course completion utility (openedx#32734)
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 committed Jul 13, 2023
1 parent aa987c3 commit 00f049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/credentials/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get_courses_completion_status(lms_user_id, course_run_ids):
)
api_response = api_client.post(
completion_status_url,
data={
json={
'lms_user_id': lms_user_id,
'course_runs': course_run_ids,
}
Expand Down

0 comments on commit 00f049b

Please sign in to comment.