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

GIS-866: Search Communication #647

Merged
merged 17 commits into from Jan 7, 2021

handle refreshToken errors

  • Loading branch information
fcjr committed Jan 5, 2021
commit d8219d2a66e54dba73979d3818734e7fce707336
@@ -117,7 +117,8 @@ class Api {
.then(() => resolve(data3))
.catch(err => reject(err));
});
});
})
.catch(err => reject(err));
} else {
this._errorHandler(data.errors)
.then(() => resolve(data))
ProTip! Use n and p to navigate between commits in a pull request.