fix enum issue

This commit is contained in:
David Tsay 2022-03-22 22:05:48 -07:00
parent 3b99a12d7f
commit fdb35094f4

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