mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
Merge branch 'impute-historical-condition-set' into combined-rodap-stuff
This commit is contained in:
commit
486939cd54
@ -110,7 +110,7 @@ export default class HistoricalTelemetryProvider {
|
||||
async #loadTelemetryCollections() {
|
||||
await Promise.all(
|
||||
Object.entries(this.#telemetryObjects).map(async ([keystring, telemetryObject]) => {
|
||||
// delete size
|
||||
// delete size as we need to scan the whole time bounds
|
||||
delete this.#telemetryOptions.size;
|
||||
const telemetryCollection = this.#openmct.telemetry.requestCollection(
|
||||
telemetryObject,
|
||||
|
Loading…
Reference in New Issue
Block a user