Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
data => {
this.jobData = data;
this.jobName = this.jobData["job.name"];
this.cronExp = this.jobData["cron.expression"];
this.cronTimeZone = this.jobData["cron.time.zone"];
let mesureId = this.jobData["measure.id"];
this.getMeasureById(mesureId);
for (let item of this.jobData["data.segments"]) {
this.rangeConfig.push(item["segment.range"]);
}
},
err => {