Skip to content

Commit

Permalink
Remove application json from bid request header (#3346)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-modi authored and mkendall07 committed Dec 13, 2018
1 parent ba49c0d commit 5253d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/oneVideoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const spec = {
method: 'POST',
url: location.protocol + spec.ENDPOINT + bid.params.pubId,
data: getRequestData(bid, consentData),
options: {contentType: 'application/json'},
bidRequest: bid
}
})
Expand Down

0 comments on commit 5253d29

Please sign in to comment.