refactor
This commit is contained in:
parent
fd4ec81bcb
commit
a7015e6f09
|
@ -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`, {
|
||||
|
|
Loading…
Reference in New Issue