Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1302 from benetech/feature/#1206
Browse files Browse the repository at this point in the history
#1206 - change role key
  • Loading branch information
rupeshparab authored Jul 16, 2020
2 parents dc094df + e69b2fa commit ba2bb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/userProfile/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ function* saveUserInfoSaga() {
} = payload;
IntercomAPI('trackEvent', 'user-details', {
userType: getFormattedUserType(userType),
userRole: role,
grades,
role,
});
const userInfoResponse = yield call(saveUserInfoApi, {
...payload,
Expand Down

0 comments on commit ba2bb28

Please sign in to comment.