mirror of
https://github.com/Sevichecc/raycast-akkoma-extension.git
synced 2025-04-30 14:49:29 +08:00
perf: remove export authorize
This commit is contained in:
parent
e2d1ccc927
commit
608c30a41d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const refreshToken = async (
|
|||
return tokenResponse;
|
||||
};
|
||||
|
||||
export const authorize = async (): Promise<string> => {
|
||||
const authorize = async (): Promise<string> => {
|
||||
const { instance } = getPreferenceValues<Preference>();
|
||||
const tokenSet = await client.getTokens();
|
||||
|
||||
|
|
Loading…
Reference in a new issue