Set actual response type parameter.
This commit is contained in:
parent
a3685242af
commit
45e4335efc
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export default {
|
||||||
url: cfDistroUrl + endpoint,
|
url: cfDistroUrl + endpoint,
|
||||||
data: payloadAndAnalyticsData,
|
data: payloadAndAnalyticsData,
|
||||||
crossDomain: true,
|
crossDomain: true,
|
||||||
responseType: {},
|
responseType: "json",
|
||||||
headers: headers,
|
headers: headers,
|
||||||
}).then(
|
}).then(
|
||||||
(response) => {
|
(response) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue