Fixed todos so they get picked up by extensions.
This commit is contained in:
@@ -99,7 +99,7 @@ export function* updateUserDetails(userDetails) {
|
||||
yield put(updateUserDetailsSuccess(userDetails.payload));
|
||||
} catch (error) {
|
||||
//yield put(signOutFailure(error.message));
|
||||
//TODO: error handling
|
||||
//TODO error handling
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user