named anonymous functions
This commit is contained in:
@@ -139,7 +139,7 @@ export default {
|
||||
.then(response => {
|
||||
this.serverInfo = response.data;
|
||||
})
|
||||
.catch(function(error) {
|
||||
.catch(function handleGetServerInfoError(error) {
|
||||
throw error;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user