Skip to content

Commit

Permalink
fix(dashboard): change Dolhpin Weekly Aggregated Chart Summary Histor…
Browse files Browse the repository at this point in the history
…y to 6 Months

See BEDS-333
  • Loading branch information
sasha-bitfly authored and peterbitfly committed Nov 21, 2024
1 parent 109f207 commit 56aca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/commons/db/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func GetProductSummary(ctx context.Context) (*t.ProductSummary, error) { // TODO
Epoch: 5 * day,
Hourly: month,
Daily: 2 * month,
Weekly: 8 * week,
Weekly: 6 * month,
},
EmailNotificationsPerDay: 20,
ConfigureNotificationsViaApi: false,
Expand Down

0 comments on commit 56aca37

Please sign in to comment.