if (!isEmpty(detail)) {
        return dispatch({
          type: GET_USER_COMPLETED,
          detail: detail
        })