fix lint errors

This commit is contained in:
David Tsay 2022-04-12 14:20:25 -07:00
parent dc62e56279
commit 8780cc33d0

View File

@ -334,9 +334,9 @@ export class TelemetryCollection extends EventEmitter {
this.timeKey = domain.source;
} else {
this._warn(ERRORS.TIMESYSTEM_KEY);
this.openmct.notifications.alert(ERRORS.TIMESYSTEM_KEY_NOTIFICATION)
this.openmct.notifications.alert(ERRORS.TIMESYSTEM_KEY_NOTIFICATION);
}
let metadataValue = this.metadata.value(timeSystem.key) || { format: timeSystem.key };
let valueFormatter = this.openmct.telemetry.getValueFormatter(metadataValue);