if (!isEmpty(info)) {
        return dispatch({
          type: GET_INFO_USER_COMPLETED,
          info: info
        })