Skip to content

Commit

Permalink
fix: identity link throwing unhandled promises (#12249)
Browse files Browse the repository at this point in the history
  • Loading branch information
yagovelazquezfreestar authored Sep 19, 2024
1 parent 9a06e30 commit 16abe42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/identityLinkIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ function getEnvelope(url, callback, configParams) {
utils.logInfo('identityLink: A 3P retrieval is attempted!');
setEnvelopeSource(false);
ajax(url, callbacks, undefined, { method: 'GET', withCredentials: true });
} else {
callback()
}
}

Expand Down

0 comments on commit 16abe42

Please sign in to comment.