Skip to content

Commit

Permalink
remove unused parameter
Browse files Browse the repository at this point in the history
Signed-off-by: aburan28 <[email protected]>
  • Loading branch information
aburan28 committed Jan 13, 2025
1 parent 7e19632 commit 3cd7135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applicationset/generators/pull_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,5 @@ func (g *PullRequestGenerator) github(ctx context.Context, cfg *argoprojiov1alph
if err != nil {
return nil, fmt.Errorf("error fetching Secret token: %w", err)
}
return pullrequest.NewGithubService(ctx, token, cfg.API, cfg.Owner, cfg.Repo, cfg.Labels)
return pullrequest.NewGithubService(token, cfg.API, cfg.Owner, cfg.Repo, cfg.Labels)
}

0 comments on commit 3cd7135

Please sign in to comment.