Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to fetch #798

Closed
rickymac68 opened this issue Sep 29, 2018 · 0 comments · Fixed by #812
Closed

Failed to fetch #798

rickymac68 opened this issue Sep 29, 2018 · 0 comments · Fixed by #812

Comments

@rickymac68
Copy link

TypeError: Failed to fetch 
 While processing action: 
 function (dispatch, getState, api) {
    return api.geth.eth.getSyncing().then(function (result) {
      if ((typeof result === 'undefined' ? 'undefined' : _typeof(result)) === 'object') {
        return dispatch({
          type: _actionTypes2.default.SYNCING,
          syncing: true,
          status: result
        });
      }

      dispatch({
        type: _actionTypes2.default.SYNCING,
        syncing: false
      });
    });
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant