Skip to content

Commit

Permalink
BrightcomSSP, Brightcom: remove options overide from buildRequests (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
prBigBrother authored and jorgeluisrocha committed May 18, 2023
1 parent 41e7350 commit 9352fef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/brightcomBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ function buildRequests(bidReqs, bidderRequest) {
method: 'POST',
url: URL,
data: JSON.stringify(brightcomBidReq),
options: {contentType: 'text/plain', withCredentials: false}
};
} catch (e) {
logError(e, {bidReqs, bidderRequest});
Expand Down
1 change: 0 additions & 1 deletion modules/brightcomSSPBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ function buildRequests(bidReqs, bidderRequest) {
method: 'POST',
url: URL,
data: JSON.stringify(payload),
options: {contentType: 'text/plain', withCredentials: false}
};
} catch (e) {
logError(e, {bidReqs, bidderRequest});
Expand Down

0 comments on commit 9352fef

Please sign in to comment.