remoiving the object to clear the rows

This commit is contained in:
Jamie V 2023-11-09 13:11:15 -08:00
parent 7e8917c959
commit fde676a807

View File

@ -122,6 +122,7 @@ define([
const lastTimestamp = formats[timestampKey].parse(lastDatum); const lastTimestamp = formats[timestampKey].parse(lastDatum);
// clear old collection, rerequest from last timestamp // clear old collection, rerequest from last timestamp
this.removeTelemetryObject(this.telemetryCollections[keystring].domainObject);
this.addTelemetryObject(this.telemetryCollections[keystring].domainObject, lastTimestamp); this.addTelemetryObject(this.telemetryCollections[keystring].domainObject, lastTimestamp);
} }