Skip to content

Commit

Permalink
Userid module: allow postInstall (#11215)
Browse files Browse the repository at this point in the history
* allow postInstall for the userId

* Update index.js

* Update index.js

---------

Co-authored-by: Patrick McCann <[email protected]>
  • Loading branch information
olafbuitelaar and patmmccann authored Mar 15, 2024
1 parent 4b4e83e commit 9a978bd
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 @@ -1096,7 +1096,7 @@ export function init(config, {delay = GreedyPromise.timeout} = {}) {
// init config update listener to start the application
init(config);

module('userId', attachIdSystem);
module('userId', attachIdSystem, { postInstallAllowed: true });

export function setOrtbUserExtEids(ortbRequest, bidderRequest, context) {
const eids = deepAccess(context, 'bidRequests.0.userIdAsEids');
Expand Down

0 comments on commit 9a978bd

Please sign in to comment.