mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 11:35:59 +00:00
removing the call for default import now that TelemetryAPI is an ES6 class (#5461)
This commit is contained in:
parent
2bd38dab9f
commit
437154a5c0
@ -61,7 +61,7 @@ export default class TelemetryAPI {
|
||||
* @returns {CustomStringFormatter}
|
||||
*/
|
||||
customStringFormatter(valueMetadata, format) {
|
||||
return new CustomStringFormatter.default(this.openmct, valueMetadata, format);
|
||||
return new CustomStringFormatter(this.openmct, valueMetadata, format);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user