We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2011c commit 8e01af9Copy full SHA for 8e01af9
definitions/output/reports/cwv_tech_categories.js
@@ -50,7 +50,7 @@ technology_stats AS (
50
SELECT
51
technology,
52
category_obj AS categories,
53
- SUM(origins.dektop + origins.) AS total_origins
+ SUM(origins.dektop + origins.mobile) AS total_origins
54
FROM ${ctx.ref('reports', 'cwv_tech_technologies')}
55
GROUP BY
56
0 commit comments