Skip to content

Commit

Permalink
Update nextroll ID variable name to match published ID module (#6519)
Browse files Browse the repository at this point in the history
  • Loading branch information
abijr authored Apr 2, 2021
1 parent 91bcf42 commit 1a4fec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nextrollBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function _getNativeAssets(mediaTypeNative) {
}

function _getUser(requests) {
const id = utils.deepAccess(requests, '0.userId.nextroll');
const id = utils.deepAccess(requests, '0.userId.nextrollId');
if (id === undefined) {
return;
}
Expand Down

0 comments on commit 1a4fec0

Please sign in to comment.