Skip to content

Commit

Permalink
Merge pull request #6 from thecodepapaya/dev
Browse files Browse the repository at this point in the history
Fix analytics not reporting
  • Loading branch information
thecodepapaya authored Sep 10, 2021
2 parents 0af270d + 2e12d50 commit e074261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
firebase.analytics();
</script>
<!-- This script installs service_worker.js to provide PWA functionality to
application. For more information, see:
Expand Down

0 comments on commit e074261

Please sign in to comment.