Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Jan 14, 2025
1 parent 1fef068 commit ac0e6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/timeseries/a11yScores.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SELECT
ROUND(APPROX_QUANTILES(score, 1000)[OFFSET(900)], 2) AS p90
FROM (
SELECT
format_timestamp('%Y_%m_%d', date) AS date,
date,
client,
IFNULL(LAX_FLOAT64(lighthouse.categories.accessibility.score) * 100, getA11yScore(lighthouse.reportCategories)) AS score
FROM
Expand Down

0 comments on commit ac0e6d5

Please sign in to comment.