1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-27 07:50:05 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Yury Shkoda
6a3ab7032f Merge pull request #284 from sasjs/error-handling
fix(error-handling): fixed console.log
2021-03-09 18:07:53 +03:00
Yury Shkoda
d818d14cb4 Merge branch 'master' into error-handling 2021-03-09 18:07:46 +03:00
Yury Shkoda
599c130395 fix(error-handling): fixed console.log 2021-03-09 18:06:27 +03:00

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) {