Skip to content

Commit

Permalink
use var ad instead of incorrect ads in rubicon adapter (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
snapwich authored and matthewlane committed Aug 19, 2016
1 parent 9898731 commit 1b6ce3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapters/rubicon.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ var RubiconAdapter = function RubiconAdapter() {
bidResponse.height = size[1];

// DealId
if (ads.deal) {
bidResponse.dealId = ads.deal;
if (ad.deal) {
bidResponse.dealId = ad.deal;
}
}

Expand Down

0 comments on commit 1b6ce3e

Please sign in to comment.