mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-05-03 05:33:06 +03:00
Cleanup
This commit is contained in:
parent
c335655896
commit
4436c337dd
13 changed files with 25 additions and 32 deletions
src/utils
|
@ -166,7 +166,7 @@ export function api({ instance, accessToken, accountID, account } = {}) {
|
|||
instance,
|
||||
};
|
||||
} else {
|
||||
throw new Error(`Access token ${accessToken} not found`);
|
||||
throw new Error(`Access token not found`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue