Skip to content

Commit

Permalink
Deleted the default empty string from userConsent argument in the mod…
Browse files Browse the repository at this point in the history
…ule's init-function. (prebid#9663)
  • Loading branch information
AYlitepsa authored and jorgeluisrocha committed May 18, 2023
1 parent d309881 commit 3a74f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/neuwoRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const CATTAX_IAB = 6 // IAB Tech Lab Content Taxonomy 2.2
const RESPONSE_IAB_TIER_1 = 'marketing_categories.iab_tier_1'
const RESPONSE_IAB_TIER_2 = 'marketing_categories.iab_tier_2'

function init(config = {}, userConsent = '') {
function init(config = {}, userConsent) {
config.params = config.params || {}
// ignore module if publicToken is missing (module setup failure)
if (!config.params.publicToken) {
Expand Down

0 comments on commit 3a74f03

Please sign in to comment.