Skip to content

Commit

Permalink
fix: double product clicked events (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 authored Jul 20, 2023
1 parent f5dcd37 commit 2b8fec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deviceModeInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ var rudderTracking = (function () {
console.debug("Error occurred while updating cart:", error);
});
productListViews();
productListPage();
isClientSideIdentifierEventsEnabled().then(response => {
if (!!response) {
enableClientIdentifierEvents = true;
Expand Down

0 comments on commit 2b8fec3

Please sign in to comment.