Skip to content

Commit 3313f91

Browse files
committed
OTT-227 Fixing Merge Issue
1 parent 0cc4886 commit 3313f91

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

exchange/exchange.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,6 @@ func (e *exchange) getAllBids(
446446
reqInfo.PbsEntryPoint = bidderRequest.BidderLabels.RType
447447
bids, err := e.adapterMap[bidderRequest.BidderCoreName].requestBid(ctx, bidderRequest.BidRequest, bidderRequest.BidderName, adjustmentFactor, conversions, &reqInfo, accountDebugAllowed)
448448

449-
// Setting bidderCoreName in SeatBid
450-
bids.bidderCoreName = bidderRequest.BidderCoreName
451-
452449
// Add in time reporting
453450
elapsed := time.Since(start)
454451
brw.adapterBids = bids
@@ -457,9 +454,6 @@ func (e *exchange) getAllBids(
457454
ae.ResponseTimeMillis = int(elapsed / time.Millisecond)
458455

459456
if bids != nil {
460-
// Setting bidderCoreName in SeatBid
461-
bids.bidderCoreName = bidderRequest.BidderCoreName
462-
463457
ae.HttpCalls = bids.httpCalls
464458

465459
// Setting bidderCoreName in SeatBid

0 commit comments

Comments
 (0)