This commit is contained in:
efrilm
2025-10-07 00:07:38 +07:00
11 changed files with 161 additions and 50 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ func (p *AnalyticsProcessorImpl) GetProductAnalytics(ctx context.Context, req *m
// Set default limit
if req.Limit <= 0 {
req.Limit = 10
req.Limit = 1000
}
// Get analytics data from repository