Skip to content

Commit

Permalink
updated bidder name in config
Browse files Browse the repository at this point in the history
  • Loading branch information
curlyblueeagle committed Nov 8, 2021
1 parent 12d0dcf commit 31ec173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/33acrossBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const NON_MEASURABLE = 'nm';
function getTTXConfig() {
const ttxSettings = Object.assign({},
config.getConfig('ttxSettings'),
config.getConfig('33Across')
config.getConfig('33across')
);

return ttxSettings;
Expand Down

0 comments on commit 31ec173

Please sign in to comment.