Skip to content

Commit

Permalink
Update visxBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Aug 3, 2022
1 parent 8a2d62a commit 42ec684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/visxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ function _isAdSlotExists(adUnitCode) {
}

const gptAdSlot = getGptSlotInfoForAdUnitCode(adUnitCode);
if (gptAdSlot && gptAdSlot.divId && document.getElementById(gptAdSlot.divId)) {
if (gptAdSlot.divId && document.getElementById(gptAdSlot.divId)) {
return true;
}

Expand Down

0 comments on commit 42ec684

Please sign in to comment.