Skip to content

Commit a239c25

Browse files
committed
lint
1 parent 1c4e468 commit a239c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/2024/privacy/number_of_ara_destinations_registered_by_third_parties_and_publishers.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ SELECT
8181
FROM ara_features
8282
WHERE destination IS NOT NULL AND third_party_domain IS NOT NULL
8383
GROUP BY client, rank_group
84-
ORDER BY
85-
client,
84+
ORDER BY
85+
client,
8686
CASE rank_group
8787
WHEN '1000' THEN 1
8888
WHEN '10000' THEN 2

0 commit comments

Comments
 (0)