mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
linting on instante mute setting.
This commit is contained in:
parent
56db26f236
commit
708083b8cc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const changed = ref(false);
|
|||
const autochange = ref(false);
|
||||
|
||||
async function save() {
|
||||
let mutes = instanceMutes.value
|
||||
const mutes = instanceMutes.value
|
||||
.trim().split('\n')
|
||||
.map(el => el.toLowerCase().trim())
|
||||
.filter(el => el);
|
||||
|
|
Loading…
Add table
Reference in a new issue