Skip to content

Commit

Permalink
Update adagioBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Nov 18, 2021
1 parent f65fb96 commit 0e7e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adagioBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function getElementFromTopWindow(element, currentWindow) {
function autoDetectAdUnitElementIdFromGpt(adUnitCode) {
const autoDetectedAdUnit = getGptSlotInfoForAdUnitCode(adUnitCode);

if (autoDetectedAdUnit && autoDetectedAdUnit.divId) {
if (autoDetectedAdUnit.divId) {
return autoDetectedAdUnit.divId;
}
};
Expand Down

0 comments on commit 0e7e842

Please sign in to comment.