Skip to content

Commit

Permalink
Merge pull request #67 from gladly-team/spicer/add-kueez
Browse files Browse the repository at this point in the history
Released 1.1.22
  • Loading branch information
spicermatthews authored Oct 30, 2023
2 parents 0eec278 + 6c5fda8 commit bf3edb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-ads",
"version": "1.1.21",
"version": "1.1.22",
"description": "An NPM package to manage ads logic for Tab for a Cause",
"main": "build/index.js",
"repository": "[email protected]:gladly-team/tab-ads.git",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/prebid/prebidBidder.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ const fetchBids = async (config) => {
userSync: {
filterSettings: {
iframe: {
bidders: 'kueezrtb',
bidders: ['kueezrtb'],
filter: 'include',
},
},
Expand Down

0 comments on commit bf3edb3

Please sign in to comment.