You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That last line is no longer valid call.
Instead you have to call c_user = @client.get_user_profile(c_enrollment.user_id) to get access to the user. This is a change from 0.6.11
The text was updated successfully, but these errors were encountered:
That last line is no longer valid call.
Instead you have to call
c_user = @client.get_user_profile(c_enrollment.user_id)
to get access to the user. This is a change from 0.6.11The text was updated successfully, but these errors were encountered: