1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

Merge pull request #284 from sasjs/error-handling

fix(error-handling): fixed console.log
This commit is contained in:
Yury Shkoda
2021-03-09 18:07:53 +03:00
committed by GitHub

View File

@@ -458,8 +458,6 @@ const throwIfError = (response: AxiosResponse) => {
throw new AuthorizeError(response.data.message, authorizeRequestUrl)
}
console.log(`[response]`, response)
const error = parseError(response.data as string)
if (error) {