Skip to content

Commit

Permalink
Merge pull request #10907 from YevhenBondarenko/fix/alarm-data-realtime
Browse files Browse the repository at this point in the history
[TimeWindow] - For Realtime alarm data query
  • Loading branch information
ViacheslavKlimov committed May 31, 2024
2 parents 5f7edb6 + c5c3e7a commit 3c92941
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui-ngx/src/app/core/api/alarm-data-subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ export class AlarmDataSubscription {
this.alarmDataCommand.query.pageLink.startTs = this.subsTw.fixedWindow.startTimeMs;
this.alarmDataCommand.query.pageLink.endTs = this.subsTw.fixedWindow.endTimeMs;
} else {
if (this.subsTw.startTs) {
this.alarmDataCommand.query.pageLink.startTs = this.subsTw.startTs;
}
this.alarmDataCommand.query.pageLink.timeWindow = this.subsTw.realtimeWindowMs;
}

Expand Down

0 comments on commit 3c92941

Please sign in to comment.