Skip to content

Commit

Permalink
fix: engagement dashboard not working (#30277)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiarafael authored and sampaiodiego committed Sep 14, 2023
1 parent 3bbe12e commit 285e591
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lucky-balloons-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fix engagement dashboard not showing data
2 changes: 1 addition & 1 deletion apps/meteor/app/statistics/server/lib/SAUMonitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class SAUMonitorClass {
constructor() {
this._started = false;
this._dailyComputeJobName = 'aggregate-sessions';
this._dailyFinishSessionsJobName = 'aggregate-sessions';
this._dailyFinishSessionsJobName = 'finish-sessions';
}

async start(): Promise<void> {
Expand Down

0 comments on commit 285e591

Please sign in to comment.