mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 10:36:43 -06:00
lint: add missing semicolon
This commit is contained in:
parent
0e3ca41b3c
commit
25fde3b5eb
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ export default defineComponent({
|
|||
moderator: false,
|
||||
silenced: false,
|
||||
suspended: false,
|
||||
}
|
||||
};
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
|
Loading…
Reference in a new issue