Skip to content

Commit

Permalink
docs: Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smogg committed Nov 5, 2024
1 parent 0295bda commit 8bf1371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/api/provider/figma.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func NewFigmaProvider(ext conf.OAuthProviderConfiguration, scopes string) (OAuth
authHost := chooseHost(ext.URL, defaultFigmaAuthBase)
apiHost := chooseHost(ext.URL, defaultFigmaAPIBase)

// Figma only provides the "file_read" scope.
oauthScopes := []string{
"files:read",
}
Expand Down

0 comments on commit 8bf1371

Please sign in to comment.