mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-25 22:18:11 +02:00
linting
This commit is contained in:
parent
fa64f930a9
commit
9d484a49d0
12 changed files with 31 additions and 31 deletions
|
@ -150,7 +150,7 @@
|
|||
'cold',
|
||||
'blush',
|
||||
'sad',
|
||||
].filter(v => !this.recent.includes(v))
|
||||
].filter((v) => !this.recent.includes(v))
|
||||
}
|
||||
|
||||
get muted() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue