Skip to content

Commit

Permalink
AdagioBidAdapter: fix typo (prebid#11895)
Browse files Browse the repository at this point in the history
  • Loading branch information
osazos authored and mefjush committed Jul 19, 2024
1 parent 58bc925 commit 36f71b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adagioBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ export const spec = {
sessionData.rnd = Math.random()
}

const aucId = deepAccess('bidderRequest', 'ortb2.site.ext.data.adg_rtd.uid') || generateUUID()
const aucId = deepAccess(bidderRequest, 'ortb2.site.ext.data.adg_rtd.uid') || generateUUID()

const adUnits = validBidRequests.map(rawBidRequest => {
const bidRequest = deepClone(rawBidRequest);
Expand Down

0 comments on commit 36f71b9

Please sign in to comment.