Skip to content

Commit ae11dd4

Browse files
authored
Apply suggestion from @tunetheweb
1 parent c58464d commit ae11dd4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

sql/2025/webassembly/proposals.sql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ SELECT
1414
COUNTIF(SAFE_CAST(JSON_VALUE(payload._wasm_stats.instr.proposals.tail_calls) AS INT64) > 0) AS tail_calls,
1515
COUNT(0) AS total
1616
FROM
17-
`httparchive.crawl.requests`
18-
WHERE
19-
date = '2025-07-01' AND
20-
type = 'wasm' AND
21-
payload._wasm_stats IS NOT NULL
17+
`httparchive.crawl.requests`
18+
WHERE
19+
date = '2025-07-01' AND
20+
type = 'wasm' AND
21+
payload._wasm_stats IS NOT NULL
2222
GROUP BY
2323
client
2424
ORDER BY

0 commit comments

Comments
 (0)