Remove all legacy config
This commit is contained in:
@@ -120,6 +120,6 @@ func (r *GitlabRemote) GetProjectLanguages(project *gitlab.Project) *projects.Pr
|
||||
|
||||
func (r *GitlabRemote) GetDefaultRequestOptions() []gitlab.RequestOptionFunc {
|
||||
requestOpts := make([]gitlab.RequestOptionFunc, 1)
|
||||
requestOpts[0] = gitlab.WithContext(r.GetInfo().Ctx)
|
||||
requestOpts[0] = gitlab.WithContext(r.GetInfo().Context())
|
||||
return requestOpts
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user