Skip to content

Commit

Permalink
Fix undefined break.
Browse files Browse the repository at this point in the history
  • Loading branch information
from20020516 committed Sep 28, 2021
1 parent e41bc32 commit 676c154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/fluctAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ let fluctAnalyticsAdapter = Object.assign(
let auctionId = find(Object.values(cache.auctions), auction => find(auction.adUnits, adUnit => divIds.includes(adUnit.code)))?.auctionId
sendMessage(auctionId)
}
break;
}
case CONSTANTS.EVENTS.BID_WON: {
/** @type {Bid} */
Expand Down

0 comments on commit 676c154

Please sign in to comment.