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 21, 2023
1 parent 495919a commit 2e800a3
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 2e800a3

Please sign in to comment.