Skip to content

Commit

Permalink
Update js/src/send-to-analytics.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mehigh authored Jul 31, 2024
1 parent 92d0f13 commit f8826c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/send-to-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

/* global gtag */

Check failure on line 17 in js/src/send-to-analytics.js

View workflow job for this annotation

GitHub Actions / Lint, Test and Build

More than 1 blank line not allowed
export function sendToAnalytics( { name, value, delta, id, attribution, rating } ) {
const analyticsData = window.webVitalsAnalyticsData?.[ 0 ] ?? null;
Expand Down

0 comments on commit f8826c5

Please sign in to comment.