add return type

This commit is contained in:
Namekuji 2023-04-20 22:08:43 -04:00
parent bbb79bc46a
commit f7aab34861
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ async function move(): Promise<void> {
}); });
} }
function add() { function add(): void {
accountAliases.value.push(''); accountAliases.value.push('');
} }