Skip to content

Commit

Permalink
chore: trigger publish
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Dec 24, 2024
1 parent ae1e794 commit b27e970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/packages/marketing/src/cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ const shouldOverwrite = (new_utm_data, current_utm_data) => {
document.cookie = `gclid=${final_gclid}; expires=Tue, 19 Jan 9999 03:14:07 UTC; domain=${getDomain()}; path=/; SameSite=None; Secure;`;
}
/* end handling gclid */
})();
})(); //---

0 comments on commit b27e970

Please sign in to comment.