Skip to content

Commit b64cc50

Browse files
authored
Fix web-vitals script (#3452)
1 parent 0a65379 commit b64cc50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/static/js/send-web-vitals.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ function sendWebVitals() {
101101
prefers_reduced_motion: prefersReducedMotion,
102102
prefers_color_scheme: prefersColorScheme,
103103
navigation_type: navigationType,
104-
}
105-
), overrides);
104+
}, overrides)
105+
);
106106

107107
}
108108

0 commit comments

Comments
 (0)