Skip to content

Commit

Permalink
VIH-11301 init event subscription in the vho query service
Browse files Browse the repository at this point in the history
  • Loading branch information
shaed-parkar committed Feb 28, 2025
1 parent d8a4e0e commit ff88946
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class VhoQueryService {
this.interval = window.setInterval(async () => {
await this.runQuery();
}, this.pollingInterval);
this.startEventSubscriptions();
}

startEventSubscriptions() {
Expand Down

0 comments on commit ff88946

Please sign in to comment.