Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Diana Barsan <[email protected]>
  • Loading branch information
mrsarm and dianabarsan authored May 13, 2021
1 parent c0d8e80 commit 618a580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/ts/services/telemetry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ export class TelemetryService {
//return moment().startOf('minute');
}

// if there is telemetry data to aggregate and is before the current date,
// aggregation is performed and the data destroyed
// if there is telemetry data from previous days, aggregation is performed and the data destroyed
private submitIfNeeded(db) {
const startOf = this.aggregateStartsAt();
const dbDate = moment(this.getFirstAggregatedDate());
Expand Down

0 comments on commit 618a580

Please sign in to comment.