Skip to content

Commit 63f33b8

Browse files
authored
Fix typo in localadpproducts key and update version to 10.21.1 (#91)
1 parent 1a26b60 commit 63f33b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/dasBidAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function buildOpenRTBRequest(bidRequests, bidderRequest) {
246246
ext: {
247247
npa: getNpaFromPubConsent(customParams.pubconsent),
248248
localcapping: customParams.local_capping,
249-
localadpproduts: customParams.adp_products,
249+
localadpproducts: customParams.adp_products,
250250
...request.user.ext,
251251
},
252252
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prebid.js",
3-
"version": "10.21.0",
3+
"version": "10.21.1",
44
"description": "Header Bidding Management Library",
55
"main": "dist/src/prebid.public.ts",
66
"exports": {

0 commit comments

Comments
 (0)