diff --git a/ee/api/chalicelib/core/users.py b/ee/api/chalicelib/core/users.py index d33752c2d..6220758dd 100644 --- a/ee/api/chalicelib/core/users.py +++ b/ee/api/chalicelib/core/users.py @@ -1032,4 +1032,3 @@ def update_user_internal_id(email, internal_id): AND deleted_at IS NULL;""", {"email": email, "internal_id": internal_id}) ) - return helper.dict_to_camel_case(cur.fetchone())