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,
|
||||
data: payloadAndAnalyticsData,
|
||||
crossDomain: true,
|
||||
responseType: {},
|
||||
responseType: "json",
|
||||
headers: headers,
|
||||
}).then(
|
||||
(response) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue