Skip to content

Commit

Permalink
smallfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrishko committed Jun 19, 2024
1 parent 0e4961e commit 42804e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/smartyadsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function isBidResponseValid(bid) {
}
}


function getAdUrlByRegion(bid) {
let adUrl;

Expand Down Expand Up @@ -79,7 +78,6 @@ export const spec = {
let location;
location = bidderRequest?.refererInfo ?? null;
let placements = [];

let request = {
'placements': placements,
'deviceWidth': winTop.screen.width,
Expand Down

0 comments on commit 42804e1

Please sign in to comment.