Skip to content

Commit 4a4eec6

Browse files
committed
make serializable
1 parent fff7239 commit 4a4eec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

definitions/output/reports/cwv_tech_lighthouse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ CREATE TEMPORARY FUNCTION GET_LIGHTHOUSE(
2222
RETURNS ARRAY<STRUCT<
2323
name STRING,
2424
desktop STRUCT<
25-
median_score NUMERIC
25+
median_score FLOAT64
2626
>,
2727
mobile STRUCT<
28-
median_score NUMERIC
28+
median_score FLOAT64
2929
>>>
3030
LANGUAGE js AS '''
3131
const METRIC_MAP = {

0 commit comments

Comments
 (0)