Skip to content

Commit 8e01af9

Browse files
committed
fix
1 parent ec2011c commit 8e01af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

definitions/output/reports/cwv_tech_categories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ technology_stats AS (
5050
SELECT
5151
technology,
5252
category_obj AS categories,
53-
SUM(origins.dektop + origins.) AS total_origins
53+
SUM(origins.dektop + origins.mobile) AS total_origins
5454
FROM ${ctx.ref('reports', 'cwv_tech_technologies')}
5555
GROUP BY
5656
technology,

0 commit comments

Comments
 (0)