Skip to content

Commit 03838b9

Browse files
committed
Fixed content type.
1 parent 297d875 commit 03838b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fanBidAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export const spec = {
206206
url: NETWORK_ENDPOINTS[network] || DEFAULT_ENDPOINT,
207207
data,
208208
options: {
209-
contentType: 'application/json',
209+
contentType: 'text/plain',
210210
withCredentials: false
211211
},
212212
bids

0 commit comments

Comments
 (0)