Skip to content

Commit

Permalink
Revert "add provider when noData (prebid#5621)"
Browse files Browse the repository at this point in the history
This reverts commit 44e7a95.
  • Loading branch information
BrightMountainMediaInc authored Sep 14, 2020
1 parent ea0993a commit 4330c65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/rubiconAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ function sendMessage(auctionId, bidWonId) {
if (auctionCache.floorData.location === 'noData') {
auction.floors = utils.pick(auctionCache.floorData, [
'location',
'fetchStatus',
'floorProvider as provider'
'fetchStatus'
]);
} else {
auction.floors = utils.pick(auctionCache.floorData, [
Expand Down

0 comments on commit 4330c65

Please sign in to comment.