mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint
This commit is contained in:
parent
dcc5b74038
commit
c517c0fd45
@ -76,7 +76,7 @@ export default {
|
||||
},
|
||||
|
||||
modalData(userdata) {
|
||||
return function(userdata) {
|
||||
return function (userdata) {
|
||||
return {
|
||||
name: 'confirm',
|
||||
data: {
|
||||
@ -147,7 +147,7 @@ export default {
|
||||
}, 1500)
|
||||
this.loading = false
|
||||
})
|
||||
.catch(err => {
|
||||
.catch((err) => {
|
||||
this.$emit('close')
|
||||
this.success = false
|
||||
this.$toast.error(err.message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user