mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 17:00:19 +01:00
add return type
This commit is contained in:
parent
bbb79bc46a
commit
f7aab34861
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ async function move(): Promise<void> {
|
|||
});
|
||||
}
|
||||
|
||||
function add() {
|
||||
function add(): void {
|
||||
accountAliases.value.push('');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue