Skip to content

Commit

Permalink
hadronid, liveintent and minification issue fixes (#818)
Browse files Browse the repository at this point in the history
* changes to pass hashed email to liveintent module

* Replaced package-lock.json from vanilla repo

* Replaced package-lock.json from prod

* update hadronId module name to fetch correct gvlid (#813)

---------

Co-authored-by: pm-priyanka-deshmane <[email protected]>
Co-authored-by: kapil-tuptewar <[email protected]>
  • Loading branch information
3 people authored Apr 2, 2024
1 parent 7749ecb commit 359c422
Show file tree
Hide file tree
Showing 3 changed files with 25,646 additions and 5,804 deletions.
3 changes: 2 additions & 1 deletion modules/hadronIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const MODULE_NAME = 'hadronId';
const AU_GVLID = 561;
const DEFAULT_HADRON_URL_ENDPOINT = 'https://id.hadron.ad.gt/api/v1/pbhid';

export const storage = getStorageManager({moduleType: MODULE_TYPE_UID, moduleName: 'hadron'});

export const storage = getStorageManager({moduleType: MODULE_TYPE_UID, moduleName: MODULE_NAME});

/**
* Param or default.
Expand Down
Loading

0 comments on commit 359c422

Please sign in to comment.