mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
🐛 improved gocardless error handling (#282)
This commit is contained in:
committed by
GitHub
parent
4b12561905
commit
dc47c6d72a
@@ -205,7 +205,7 @@ app.post(
|
||||
case isAxiosError(error):
|
||||
console.log(
|
||||
'Something went wrong',
|
||||
inspect(error.response.data, { depth: null }),
|
||||
inspect(error.response?.data || error, { depth: null }),
|
||||
);
|
||||
sendErrorResponse({
|
||||
error_type: 'SYNC_ERROR',
|
||||
|
||||
6
upcoming-release-notes/282.md
Normal file
6
upcoming-release-notes/282.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Improved error handling of GoCardless issues
|
||||
Reference in New Issue
Block a user