Skip to content

Commit 43a486b

Browse files
committed
update dashboard stats route
1 parent cca36af commit 43a486b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/api/logs/stats/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export async function GET(request: NextRequest) {
130130
)
131131
)
132132
.where(whereCondition)
133-
.groupBy(sql`1, 2, 3`)
133+
.groupBy(workflowExecutionLogs.workflowId, workflow.name, sql`segment_index`)
134134

135135
const workflowMap = new Map<
136136
string,

0 commit comments

Comments
 (0)