Fix clear cache lint

This commit is contained in:
tusooa 2025-03-04 19:37:24 -05:00
commit 7f880dea0e
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51

View file

@ -102,7 +102,7 @@ const GeneralTab = {
},
clearCache (key) {
clearCache(key)
.then((v) => {
.then(() => {
this.$store.dispatch('settingsSaved', { success: true })
})
.catch(error => {