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

Prevent get a pattern title as undefined in health check #637

Closed
jesusgn90 opened this issue Jun 28, 2018 · 1 comment
Closed

Prevent get a pattern title as undefined in health check #637

jesusgn90 opened this issue Jun 28, 2018 · 1 comment
Assignees
Labels
type/bug Bug issue

Comments

@jesusgn90
Copy link
Contributor

Some times we have no pattern yet but health check is running, ending in a false error.

const data         = await courier.indexPatterns.get(appState.getCurrentPattern());
const patternTitle = data.title;

We need to fix this bug as soon as possible.

Regards,
Jesús

@jesusgn90 jesusgn90 added the type/bug Bug issue label Jun 28, 2018
@jesusgn90 jesusgn90 self-assigned this Jun 28, 2018
@jesusgn90 jesusgn90 added this to To do in Revision 400 via automation Jun 28, 2018
@jesusgn90
Copy link
Contributor Author

Done here #640

Revision 400 automation moved this from To do to Done Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug issue
Projects
No open projects
Revision 400
  
Done
Development

No branches or pull requests

1 participant