Skip to content

Commit

Permalink
Disable type checking for Google Analytics script
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Aug 1, 2023
1 parent 9d4d4ff commit 67e5a4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/javascripts/components/analytics.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-nocheck

export default function loadAnalytics () {
if (!window.ga || !window.ga.loaded) {
// Load gtm script
Expand Down

0 comments on commit 67e5a4e

Please sign in to comment.