Skip to content

Commit 9276156

Browse files
committed
Update eventsFactory.js
1 parent 5abce3c commit 9276156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/eventsFactory.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ class EventsFactory extends Factory {
459459
return this.findChartData(days, timezoneOffset, '');
460460
} catch (err) {
461461
console.error('[EventsFactory] getProjectChartData error:', err);
462+
462463
// Fallback to Mongo on error (empty groupHash for project-level data)
463464
return this.findChartData(days, timezoneOffset, '');
464465
}

0 commit comments

Comments
 (0)