fix(analytics): add missing period for stats report
This commit is contained in:
parent
363609cb1b
commit
9b593f2a6b
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ export class RedisStatisticsStore implements StatisticsStoreInterface {
|
|||
if (
|
||||
![
|
||||
Period.Last30Days,
|
||||
Period.Last30DaysIncludingToday,
|
||||
Period.ThisYear,
|
||||
Period.Q1ThisYear,
|
||||
Period.Q2ThisYear,
|
||||
|
|
Loading…
Reference in a new issue