Skip to content

Commit cf24779

Browse files
fix(hubspot): remove unused scopes (#4846)
1 parent a7984bf commit cf24779

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/sim/lib/oauth/oauth.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -906,18 +906,13 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
906906
'crm.objects.deals.write',
907907
'crm.objects.owners.read',
908908
'crm.objects.users.read',
909-
'crm.objects.users.write',
910909
'crm.objects.marketing_events.read',
911-
'crm.objects.marketing_events.write',
912910
'crm.objects.line_items.read',
913911
'crm.objects.line_items.write',
914912
'crm.objects.quotes.read',
915-
'crm.objects.quotes.write',
916913
'crm.objects.appointments.read',
917914
'crm.objects.appointments.write',
918915
'crm.objects.carts.read',
919-
'crm.objects.carts.write',
920-
'crm.import',
921916
'crm.lists.read',
922917
'crm.lists.write',
923918
'tickets',

0 commit comments

Comments
 (0)