This commit is contained in:
Dessalines 2024-07-31 17:58:02 -04:00 committed by renovate[bot]
parent 80a76854ad
commit 26d4656093

View file

@ -1526,7 +1526,7 @@ export class LemmyHttp {
try {
json = await response.json();
} catch (_) {
} catch {
throw new Error(response.statusText);
}