mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
🔀 Merge branch 'fix-refresh-tot push origin masterken-oauth'
This commit is contained in:
commit
382bcd279e
|
@ -418,6 +418,7 @@ async function proxyRequestToAxios(
|
|||
// The error-data was made available with request library via "error" but now on
|
||||
// axios via "response.data" so copy information over to keep it compatible
|
||||
error.error = error.response.data;
|
||||
error.statusCode = error.response.status;
|
||||
reject(error);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue