Skip to content

Commit

Permalink
Update nextroll ID variable name to match published ID module (prebid…
Browse files Browse the repository at this point in the history
  • Loading branch information
abijr authored and marc_tappx committed Apr 13, 2021
1 parent 22f7de5 commit fcc2928
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 fcc2928

Please sign in to comment.