Skip to content

Commit

Permalink
apply same treatment to getEncryptedEidsForSource
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi committed Sep 16, 2024
1 parent d256850 commit 21623ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/userId/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ function getUserIdsAsEidBySource(sourceName) {
* Sample use case is exposing this function to ESP
*/
function getEncryptedEidsForSource(source, encrypt, customFunction) {
return initIdSystem().then(() => {
return retryOnCancel().then(() => {
let eidsSignals = {};

if (isFn(customFunction)) {
Expand Down

0 comments on commit 21623ce

Please sign in to comment.