Skip to content

Commit 7639d6e

Browse files
committed
fix type
1 parent 8abc321 commit 7639d6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

definitions/output/reports/tech_report_audits.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ CREATE TEMP FUNCTION GET_AUDITS(
1616
audits ARRAY<STRUCT<
1717
category STRING,
1818
id STRING,
19-
pass_origins FLOAT64
19+
pass_origins INT64
2020
>>
2121
>>
2222
)
2323
RETURNS ARRAY<STRUCT<
2424
category STRING,
2525
id STRING,
2626
mobile STRUCT<
27-
pass_origins FLOAT64
27+
pass_origins INT64
2828
>,
2929
desktop STRUCT<
30-
pass_origins FLOAT64
30+
pass_origins INT64
3131
>
3232
>>
3333
LANGUAGE js AS '''

0 commit comments

Comments
 (0)