linting on instante mute setting.
This commit is contained in:
@@ -30,7 +30,7 @@ const changed = ref(false);
|
|||||||
const autochange = ref(false);
|
const autochange = ref(false);
|
||||||
|
|
||||||
async function save() {
|
async function save() {
|
||||||
let mutes = instanceMutes.value
|
const mutes = instanceMutes.value
|
||||||
.trim().split('\n')
|
.trim().split('\n')
|
||||||
.map(el => el.toLowerCase().trim())
|
.map(el => el.toLowerCase().trim())
|
||||||
.filter(el => el);
|
.filter(el => el);
|
||||||
|
|||||||
Reference in New Issue
Block a user