Skip to content

Commit c4b261b

Browse files
committed
Another comment
1 parent 45c892f commit c4b261b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/2025/webassembly/counts.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WITH wasmRequests AS (
1414
WHERE
1515
date IN ('2021-07-01', '2022-06-01', '2023-06-01', '2024-06-01', '2025-07-01') AND
1616
(
17-
(date IN ('2024-06-01', '2025-07-01') AND type = 'wasm')
17+
(date IN ('2024-06-01', '2025-07-01') AND type = 'wasm') -- wasm type was added in Jan 2024
1818
OR
1919
(date IN ('2021-07-01', '2022-06-01', '2023-06-01') AND (JSON_VALUE(summary.mimeType) = 'application/wasm' OR JSON_VALUE(summary.ext) = 'wasm'))
2020
)

0 commit comments

Comments
 (0)