mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-27 07:50:05 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a3ab7032f | ||
|
|
d818d14cb4 | ||
|
|
599c130395 |
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user