mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-15 20:48:03 +00:00
Use arrow functions
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
this.$router.push('/login')
|
||||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
.catch((error) => {
|
||||
console.error(error.response)
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user