Skip to content

Commit

Permalink
Update sovrnBidAdapter.js (prebid#2892)
Browse files Browse the repository at this point in the history
Fix Issue prebid#2884
  • Loading branch information
sovrnoss authored and StefanWallin committed Sep 28, 2018
1 parent 97b109b commit f0e1052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sovrnBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const spec = {
netRevenue: true,
mediaType: BANNER,
ad: decodeURIComponent(`${sovrnBid.adm}<img src="${sovrnBid.nurl}">`),
ttl: 60000
ttl: 60
});
});
}
Expand Down

0 comments on commit f0e1052

Please sign in to comment.