Skip to content

Commit 7f639ae

Browse files
committed
formatting
1 parent 6189401 commit 7f639ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

definitions/output/reports/report_cwv_by_shopify_theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ JOIN (
171171
COUNT(DISTINCT url) AS pages_count,
172172
theme_store_id,
173173
theme_name,
174-
row_number() OVER (PARTITION BY theme_store_id ORDER BY COUNT(DISTINCT url) DESC) AS rank
174+
ROW_NUMBER() OVER (PARTITION BY theme_store_id ORDER BY COUNT(DISTINCT url) DESC) AS rank
175175
FROM archive_pages
176176
GROUP BY
177177
theme_store_id,

0 commit comments

Comments
 (0)