Skip to content

Commit

Permalink
Update sovrnBidAdapter.js (#2892)
Browse files Browse the repository at this point in the history
Fix Issue #2884
  • Loading branch information
sovrnoss authored and jsnellbaker committed Jul 26, 2018
1 parent 2eca48e commit 0b6aee7
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 0b6aee7

Please sign in to comment.