Skip to content

Commit

Permalink
Fix eids generation
Browse files Browse the repository at this point in the history
  • Loading branch information
3link committed Aug 19, 2024
1 parent a455e99 commit 4337a8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libraries/liveIntentIdSystem/liveIntentIdHubSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,8 @@ export const liveIntentIdHubSubmodule = {

return { callback: function(cb) { resolve(configParams, clientRef, cb); } };
},
eids: {
eids
}

eids
};

submodule('userId', liveIntentIdHubSubmodule);

0 comments on commit 4337a8b

Please sign in to comment.