Skip to content

Commit da264f7

Browse files
committed
fix
1 parent f705ea0 commit da264f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

definitions/output/reports/tech_crux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for (const category of Object.keys(lighthouse?.categories ? lighthouse.categorie
4343
for (const audit of lighthouse.categories[category].auditRefs) {
4444
4545
// Moving lighthouse to insights https://developer.chrome.com/blog/moving-lighthouse-to-insights
46-
if (category === 'performance' && ${pastMonth} < '2025-10-01') {
46+
if (category === 'performance' && '${pastMonth}' < '2025-10-01') {
4747
if (
4848
[
4949
'first-meaningful-paint',

0 commit comments

Comments
 (0)