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
Copy link
Contributor Author

Done here #640

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug issue
Projects
None yet
Development

No branches or pull requests

1 participant