Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Nov 22, 2024
1 parent 32176a8 commit 41f204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const plausibleIgnore = localStorage.getItem('plausible_ignore') == 'true'
|| window.location.origin !== 'https://www.greenfielddemo.com';

async function sendPlausibleEvent(pEvent) {
if ( plausibleIgnore )
if (plausibleIgnore)
return console.info('Ignoring Event: localStorage flag');

const { path, n = 'pageview' } = pEvent;
Expand Down

0 comments on commit 41f204a

Please sign in to comment.