mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
UserProfile
This commit is contained in:
parent
b18daf3acf
commit
b34a91b865
10 changed files with 460 additions and 44 deletions
|
|
@ -227,10 +227,8 @@ class InvenTreeAPI {
|
|||
errorMessage = "Server timeout";
|
||||
return null;
|
||||
} else {
|
||||
// Unknown error type
|
||||
errorMessage = error.toString();
|
||||
// Unknown error type, re-throw error
|
||||
return null;
|
||||
// Unknown error type - re-throw the error and Sentry will catch it
|
||||
throw error;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue