Skip to content

Commit

Permalink
fixes post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Nasti committed Sep 14, 2022
1 parent 1006b92 commit c6c2ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nativeRenderManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function newNativeRenderManager(win) {
sendMessage = prebidMessenger(nativeTag.pubUrl, win);
const nativeAssetManager = newNativeAssetManager(window, nativeTag.pubUrl);

if (targetingData.hasOwnProperty('adId')) {
if (nativeTag.hasOwnProperty('adId')) {

if (nativeTag.hasOwnProperty('rendererUrl') && !nativeTag.rendererUrl.match(/##.*##/i)) {
const scr = doc.createElement('SCRIPT');
Expand Down

0 comments on commit c6c2ae2

Please sign in to comment.