Skip to content

Commit 9226cc5

Browse files
committed
cleanup extra grouping
1 parent 07e4bf9 commit 9226cc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/api/src/query/builders/engagement.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ export const EngagementBuilders: Record<string, SimpleQueryConfig> = {
399399
ELSE 0
400400
END, 2) as week_5_retention
401401
FROM retention_calc
402-
GROUP BY cohort, total_users, week_1_returned, week_2_returned, week_3_returned, week_4_returned, week_5_returned
403402
ORDER BY cohort DESC
404403
`,
405404
params: {

0 commit comments

Comments
 (0)