diff --git a/src/agents/auth-profiles/oauth.ts b/src/agents/auth-profiles/oauth.ts index d27184b4da..b5a52dd277 100644 --- a/src/agents/auth-profiles/oauth.ts +++ b/src/agents/auth-profiles/oauth.ts @@ -16,7 +16,7 @@ import { suggestOAuthProfileIdForLegacyDefault } from "./repair.js"; import { ensureAuthProfileStore, saveAuthProfileStore } from "./store.js"; const OAUTH_PROVIDER_IDS = new Set( - getOAuthProviders().map((provider) => provider.id as OAuthProvider), + getOAuthProviders().map((provider) => provider.id), ); const isOAuthProvider = (provider: string): provider is OAuthProvider =>