From 608c30a41de0caf9911e709c17e16d86cff261e1 Mon Sep 17 00:00:00 2001 From: sevichecc <91365763+Sevichecc@users.noreply.github.com> Date: Mon, 17 Apr 2023 14:56:31 +0800 Subject: [PATCH] perf: remove export authorize --- src/utils/oauth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();