Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Jan 30, 2025
1 parent c88ef18 commit bd07f78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions definitions/output/reports/tech_crux.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ technologies AS (
UNNEST(technologies) AS tech,
UNNEST(tech.info) AS version
WHERE
tech.technology IS NOT NULL AND
tech.technology != '' AND
REGEXP_EXTRACT(version, r'(?:0|[1-9]\\d*)(?:\\.(?:0|[1-9]\\d*))?') IS NOT NULL
UNION ALL
Expand Down Expand Up @@ -198,8 +196,6 @@ categories AS (
FROM pages,
UNNEST(technologies) AS tech,
UNNEST(tech.categories) AS category
WHERE
client = 'mobile'
),
lab_metrics AS (
Expand Down

0 comments on commit bd07f78

Please sign in to comment.