mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Fixing
This commit is contained in:
parent
80a76854ad
commit
26d4656093
1 changed files with 1 additions and 1 deletions
|
@ -1526,7 +1526,7 @@ export class LemmyHttp {
|
|||
|
||||
try {
|
||||
json = await response.json();
|
||||
} catch (_) {
|
||||
} catch {
|
||||
throw new Error(response.statusText);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue