mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 20:15:25 +00:00
fix lint errors
This commit is contained in:
parent
dc62e56279
commit
8780cc33d0
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user