mirror of
https://github.com/flarum/core.git
synced 2025-07-30 13:10:24 +02:00
@@ -206,7 +206,7 @@ export default class App {
|
||||
try {
|
||||
return JSON.parse(responseText);
|
||||
} catch (e) {
|
||||
throw new RequestError(500, responseText, options, xhr);
|
||||
throw new RequestError(500, responseText, options);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user