Skip to content

Commit

Permalink
Fix GA4 mutation of track method properties
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Jul 20, 2021
1 parent c29b2ba commit 0b4773c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integrations/GA4/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ function getDestinationEventProperties(
);
}
destinationProperties[param.dest] = props[key];
// eslint-disable-next-line no-param-reassign
delete props[key];
}
});
});
Expand Down

0 comments on commit 0b4773c

Please sign in to comment.