forked from FoundKeyGang/FoundKey
parent
54075789cd
commit
2496b385ce
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ export async function removeAccount(id: Account['id']) {
|
|||
function fetchAccount(token: string): Promise<Account> {
|
||||
return new Promise((done, fail) => {
|
||||
// Fetch user
|
||||
api('i')
|
||||
.then(res => res.json())
|
||||
api('i', {}, token)
|
||||
.then(res => {
|
||||
if (res.error) {
|
||||
if (res.error.id === 'a8c724b3-6e9c-4b46-b1a8-bc3ed6258370') {
|
||||
|
|
Loading…
Reference in a new issue