Index daily channel stats and show in dashboard widget
This commit is contained in:
@@ -35,7 +35,7 @@ export class LightningDashboardComponent implements OnInit {
|
||||
map((object) => object.topByChannels),
|
||||
);
|
||||
|
||||
this.statistics$ = this.lightningApiService.getLatestStatistics$();
|
||||
this.statistics$ = this.lightningApiService.getLatestStatistics$().pipe(share());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user