Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yohhaan committed Aug 20, 2024
1 parent fd8dd73 commit b448d2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sql/2024/cookies/stats_nb_first_party_cookies.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ SELECT
ExactPercentile(ARRAY_AGG(CAST(distinct_first_party_count AS INT)), 0.99) AS percentile_99
FROM nb_cookies_per_website
GROUP BY client

1 change: 0 additions & 1 deletion sql/2024/cookies/stats_nb_third_party_cookies.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ SELECT
ExactPercentile(ARRAY_AGG(CAST(distinct_third_party_count AS INT)), 0.99) AS percentile_99
FROM nb_cookies_per_website
GROUP BY client

0 comments on commit b448d2f

Please sign in to comment.