Loading src/common/services/api.service.js +0 −1 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,6 @@ class ApiService { async parseJSON(response) { async parseJSON(response) { try { try { console.log(response); return await response.json(); return await response.json(); } catch (error) { } catch (error) { Sentry.captureMessage(`ISSUE #1572 URL: ${response.url}`); Sentry.captureMessage(`ISSUE #1572 URL: ${response.url}`); Loading Loading
src/common/services/api.service.js +0 −1 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,6 @@ class ApiService { async parseJSON(response) { async parseJSON(response) { try { try { console.log(response); return await response.json(); return await response.json(); } catch (error) { } catch (error) { Sentry.captureMessage(`ISSUE #1572 URL: ${response.url}`); Sentry.captureMessage(`ISSUE #1572 URL: ${response.url}`); Loading