mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 16:40:58 +00:00
better comment
This commit is contained in:
parent
0169486999
commit
f834a47b9f
@ -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…
x
Reference in New Issue
Block a user