Skip to content

Commit

Permalink
Dgkeeword RTD: add content type to request (#7550)
Browse files Browse the repository at this point in the history
* change to stop preflight.

* stop preflight
  • Loading branch information
mediaconsortium-develop authored Oct 8, 2021
1 parent 6d8a146 commit 2e83adc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/dgkeywordRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export function getDgKeywordsAndSet(reqBidsConfigObj, callback, moduleConfig, us
}
}, null, {
withCredentials: true,
contentType: 'application/json',
});
setTimeout(function () {
if (!isFinish) {
Expand Down

0 comments on commit 2e83adc

Please sign in to comment.