Skip to content

Commit

Permalink
Fix bug, cleraring LMSUser.lti_v13_user_id
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Nov 29, 2024
1 parent 6e18b4d commit 86c631b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/services/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def upsert_lms_user(self, user: User, lti_params: LTIParams) -> LMSUser:
"h_userid": user.h_userid,
"email": user.email,
"display_name": user.display_name,
"lms_api_user_id": api_id,
}
],
index_elements=["h_userid"],
Expand Down

0 comments on commit 86c631b

Please sign in to comment.