Skip to content

Commit

Permalink
Possible cache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Veronika Solovei committed Jan 23, 2021
1 parent 5b31acf commit edc0c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exchange/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ func (e *exchange) HoldAuction(ctx context.Context, r AuctionRequest, debugLog *
targData.setTargeting(auc, r.BidRequest.App != nil, bidCategory)

}
bidResponseExt = e.makeExtBidResponse(adapterBids, adapterExtra, r, debugInfo, errs)
} else {
bidResponseExt = e.makeExtBidResponse(adapterBids, adapterExtra, r, debugInfo, errs)

Expand Down

0 comments on commit edc0c51

Please sign in to comment.