diff --git a/src/utils/oauth.ts b/src/utils/oauth.ts index 717b88d..2024a4c 100644 --- a/src/utils/oauth.ts +++ b/src/utils/oauth.ts @@ -44,7 +44,7 @@ const refreshToken = async ( return tokenResponse; }; -export const authorize = async (): Promise => { +const authorize = async (): Promise => { const { instance } = getPreferenceValues(); const tokenSet = await client.getTokens();