fix scopes

This commit is contained in:
Ramnique Singh 2026-05-22 09:53:35 +05:30 committed by Arjun
parent 3adcea4b2c
commit 04e756d17e

View file

@ -77,7 +77,6 @@ const providerConfigs: ProviderConfig = {
scopes: [
'https://www.googleapis.com/auth/gmail.modify',
'https://www.googleapis.com/auth/calendar.events.readonly',
'https://www.googleapis.com/auth/drive.readonly',
],
},
'fireflies-ai': {
@ -119,4 +118,3 @@ export async function getProviderConfig(providerName: string): Promise<ProviderC
export function getAvailableProviders(): string[] {
return Object.keys(providerConfigs);
}