Browse Source

Uppercase hotfix

master
rozetko 6 years ago
parent
commit
3eb77b4cf8
  1. 2
      src/module.ts

2
src/module.ts

@ -180,7 +180,7 @@ class GraphCtrl extends MetricsPanelCtrl {
if(anomalyType === undefined) { if(anomalyType === undefined) {
throw new Error('anomalyType is undefined'); throw new Error('anomalyType is undefined');
} }
if(anomalyType.status === 'ready') { if(anomalyType.status === 'READY') {
await this.analyticsController.fetchSegments(anomalyType, +this.range.from, +this.range.to); await this.analyticsController.fetchSegments(anomalyType, +this.range.from, +this.range.to);
} }
this.render(this.seriesList); this.render(this.seriesList);

Loading…
Cancel
Save