Skip to content

Commit

Permalink
s2s config formatted correctly (prebid#11878)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmonl authored and DecayConstant committed Jul 18, 2024
1 parent 200af11 commit 1bc12cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/prebidServerBidAdapter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function setS2sConfig(options) {

const activeBidders = [];
const optionsValid = normalizedOptions.every((option, i, array) => {
formatUrlParams(options);
formatUrlParams(option);
const updateSuccess = updateConfigDefaultVendor(option);
if (updateSuccess !== false) {
const valid = validateConfigRequiredProps(option);
Expand Down

0 comments on commit 1bc12cc

Please sign in to comment.