diff --git a/src/utils/Analytics.js b/src/utils/Analytics.js index 615036be..e426c072 100644 --- a/src/utils/Analytics.js +++ b/src/utils/Analytics.js @@ -52,7 +52,7 @@ class Analytics { .then(response => { if (!response.ok) { log.error(response) - log.error(response.body.text()) + log.error(response.text()) } return response })