Skip to content

Commit

Permalink
Dummy Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
swamu committed Jan 17, 2025
1 parent cf80303 commit 239ae41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/martech/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,6 @@ export const loadAnalyticsAndInteractionData = async ({ locale, env, calculatedT
const ECID = targetRespJson.handle
.flatMap((item) => item.payload)
.find((p) => p.namespace?.code === 'ECID')?.id || null;

// Update the AMCV cookie with ECID
updateAMCVCookie(ECID);

const extractedData = [];
Expand Down

0 comments on commit 239ae41

Please sign in to comment.