Skip to content

Commit

Permalink
bugfix bidderurl
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirnPerion committed Oct 31, 2021
1 parent a0745ea commit 94c2c4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/undertoneBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,13 @@ export const spec = {
});
} else if (syncOptions.pixelEnabled) {
syncs.push({
type: 'image',
url: PIXEL_USER_SYNC_1 + pixelPrivacyParams
},
{
type: 'image',
url: PIXEL_USER_SYNC_2 + pixelPrivacyParams
});
type: 'image',
url: PIXEL_USER_SYNC_1 + pixelPrivacyParams
},
{
type: 'image',
url: PIXEL_USER_SYNC_2 + pixelPrivacyParams
});
}
return syncs;
}
Expand Down

0 comments on commit 94c2c4b

Please sign in to comment.