Skip to content

Commit

Permalink
use all request id (#4849)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentproxistore authored Feb 19, 2020
1 parent d30b0a6 commit a76a84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proxistoreBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function _mapSizes(sizes) {

function _createServerRequest(bidRequests, bidderRequest) {
const payload = {
bidId: bidRequests.map(req => req.bidId)[0],
bidId: bidRequests.map(req => req.bidId),
auctionId: bidRequests[0].auctionId,
transactionId: bidRequests[0].transactionId,
sizes: _mapSizes(bidRequests.map(x => x.sizes)),
Expand Down

0 comments on commit a76a84d

Please sign in to comment.