mirror of
https://github.com/flarum/framework.git
synced 2025-05-21 14:22:33 +08: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