Skip to content

Commit 793fc64

Browse files
committed
fix
1 parent 6c45fe0 commit 793fc64

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
@@ -49,7 +49,7 @@ technology_stats AS (
4949
SELECT
5050
technology,
5151
category_obj AS categories,
52-
SUM(origins.dektop + origins.mobile) AS total_origins
52+
SUM(origins.desktop + origins.mobile) AS total_origins
5353
FROM ${ctx.ref('reports', 'cwv_tech_technologies')}
5454
GROUP BY
5555
technology,

0 commit comments

Comments
 (0)