Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Aug 9, 2024
1 parent ee7865b commit 75924de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (g *githubProvider) BeginAuth(ctx context.Context, adapter adapters.Adapter
}

// CompleteAuth completes the authentication process.
// nolint:gocyclo
func (g *githubProvider) CompleteAuth(ctx context.Context, adapter adapters.Adapter, params providers.AuthParams) (adapters.GothUser, error) {
u := struct {
ID int `json:"id"`
Expand Down

0 comments on commit 75924de

Please # to comment.