This commit is contained in:
syuilo 2022-04-11 22:50:53 +09:00
parent fd4ec81bcb
commit a7015e6f09

View file

@ -72,7 +72,7 @@ export async function addAccount(id: Account['id'], token: Account['token']) {
}
}
function fetchAccount(token): Promise<Account> {
function fetchAccount(token: string): Promise<Account> {
return new Promise((done, fail) => {
// Fetch user
fetch(`${apiUrl}/i`, {