Skip to content

Commit

Permalink
Fixes prebid#3197 - call auctionDone() when 'No valid bid requests re…
Browse files Browse the repository at this point in the history
…turned for auction'
  • Loading branch information
Dmitry Fedotov committed Oct 18, 2018
1 parent 73e7014 commit 535ea0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auction.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export function newAuction({adUnits, adUnitCodes, callback, cbTimeout, labels})

if (bidRequests.length < 1) {
utils.logWarn('No valid bid requests returned for auction');
auctionDone();
} else {
let call = {
bidRequests,
Expand Down

0 comments on commit 535ea0d

Please sign in to comment.