Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Jan 30, 2025
1 parent 58eea31 commit c88ef18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/output/reports/tech_crux.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ crux AS (
WHEN 10000 THEN 'Top 10k'
WHEN 1000 THEN 'Top 1k'
END AS rank,
CONCAT(origin, '/') AS origin,
CONCAT(origin, '/') AS root_page,
IF(device = 'desktop', 'desktop', 'mobile') AS client,
# CWV
Expand Down Expand Up @@ -240,7 +240,7 @@ lab_data AS (
USING (technology)
GROUP BY
client,
origin,
root_page,
technology,
version
)
Expand Down

0 comments on commit c88ef18

Please sign in to comment.