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

Commit

Permalink
Merge pull request #1315 from benetech/feature/#1206
Browse files Browse the repository at this point in the history
add missing semicolon
  • Loading branch information
rupeshparab authored Jul 21, 2020
2 parents fc4b4de + e81a337 commit 71260c0
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 @@ -212,7 +212,7 @@ function* saveUserInfoSaga() {
userType: getFormattedUserType(userType),
userRole: role,
grades,
}
};
} catch (error) {
yield put({
type: 'SAVE_USER_INFO_FAILURE',
Expand Down

0 comments on commit 71260c0

Please sign in to comment.