mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
don't return httpStatusCode in mastodon errors
This commit is contained in:
parent
f00a0fee45
commit
2b03f51315
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ function convertApiError(apiError: ApiError): MastodonError {
|
|||
|
||||
delete mastoError.code;
|
||||
delete mastoError.message;
|
||||
delete mastoError.httpStatusCode;
|
||||
|
||||
return mastoError;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue