mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 08:10:24 +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('');
|
accountAliases.value.push('');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue