Skip to content

Commit

Permalink
s2s config formatted correctly (#11878)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmonl committed Jun 27, 2024
1 parent f6e1008 commit c1c1a76
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 c1c1a76

Please sign in to comment.