Skip to content

Commit 3a74f03

Browse files
AYlitepsajorgeluisrocha
authored andcommitted
Deleted the default empty string from userConsent argument in the module's init-function. (prebid#9663)
1 parent d309881 commit 3a74f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/neuwoRtdProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const CATTAX_IAB = 6 // IAB Tech Lab Content Taxonomy 2.2
1111
const RESPONSE_IAB_TIER_1 = 'marketing_categories.iab_tier_1'
1212
const RESPONSE_IAB_TIER_2 = 'marketing_categories.iab_tier_2'
1313

14-
function init(config = {}, userConsent = '') {
14+
function init(config = {}, userConsent) {
1515
config.params = config.params || {}
1616
// ignore module if publicToken is missing (module setup failure)
1717
if (!config.params.publicToken) {

0 commit comments

Comments
 (0)