Skip to content

Commit

Permalink
Fix typo "noDecodeWholeUrl" to "noDecodeWholeURL" at the priceFloors …
Browse files Browse the repository at this point in the history
…module (prebid#9150)

Co-authored-by: Takenori Matsumoto <tmatsumoto@magnite.com>
  • Loading branch information
2 people authored and jorgeluisrocha committed May 18, 2023
1 parent 1438d25 commit aa88ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/priceFloors.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const getHostname = (() => {
let domain;
return function() {
if (domain == null) {
domain = parseUrl(getRefererInfo().topmostLocation, {noDecodeWholeUrl: true}).hostname;
domain = parseUrl(getRefererInfo().topmostLocation, {noDecodeWholeURL: true}).hostname;
}
return domain;
}
Expand Down

0 comments on commit aa88ae7

Please sign in to comment.