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

remove old event type

  • Loading branch information
fcjr committed Jan 5, 2021
commit e49e6bcde4cffed777bf6ccfd0d464b02719a8b6
@@ -16,7 +16,6 @@ export const _getJSONAPIErrorsObject = e => [{ title: e.message || '', detail: e
class Api {
constructor() {
this._refreshPromise = null;
this.tokenRefreshedEventType = 'tokenRefreshed';
}

init(config, opts) {
ProTip! Use n and p to navigate between commits in a pull request.