Set actual response type parameter.

This commit is contained in:
Chloe Herd 2025-10-01 13:36:20 -04:00
parent a3685242af
commit 45e4335efc

View file

@ -79,7 +79,7 @@ export default {
url: cfDistroUrl + endpoint,
data: payloadAndAnalyticsData,
crossDomain: true,
responseType: {},
responseType: "json",
headers: headers,
}).then(
(response) => {