Skip to content

Commit ac0e6d5

Browse files
committed
Fix date
1 parent 1fef068 commit ac0e6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/timeseries/a11yScores.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SELECT
1919
ROUND(APPROX_QUANTILES(score, 1000)[OFFSET(900)], 2) AS p90
2020
FROM (
2121
SELECT
22-
format_timestamp('%Y_%m_%d', date) AS date,
22+
date,
2323
client,
2424
IFNULL(LAX_FLOAT64(lighthouse.categories.accessibility.score) * 100, getA11yScore(lighthouse.reportCategories)) AS score
2525
FROM

0 commit comments

Comments
 (0)