Fix clear cache lint
This commit is contained in:
parent
0cb47652b8
commit
7f880dea0e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ const GeneralTab = {
|
||||||
},
|
},
|
||||||
clearCache (key) {
|
clearCache (key) {
|
||||||
clearCache(key)
|
clearCache(key)
|
||||||
.then((v) => {
|
.then(() => {
|
||||||
this.$store.dispatch('settingsSaved', { success: true })
|
this.$store.dispatch('settingsSaved', { success: true })
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue