Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task: clean up unused om org select #2735

Merged
merged 2 commits into from
Mar 8, 2024
Merged

task: clean up unused om org select #2735

merged 2 commits into from
Mar 8, 2024

Conversation

gssbzn
Copy link
Collaborator

@gssbzn gssbzn commented Mar 8, 2024

Remove the ops manager org select

@gssbzn gssbzn marked this pull request as ready for review March 8, 2024 10:24
@gssbzn gssbzn requested a review from a team March 8, 2024 10:24
@@ -111,7 +111,7 @@ func (opts *DefaultSetterOpts) projects() (ids, names []string, err error) {
}

// Orgs fetches organizations, filtering by name.
func (opts *DefaultSetterOpts) orgs(filter string) (results *[]atlasv2.AtlasOrganization, err error) {
func (opts *DefaultSetterOpts) orgs(filter string) (results []atlasv2.AtlasOrganization, err error) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reduce pointer operations

@gssbzn gssbzn merged commit 43bd24d into master Mar 8, 2024
20 checks passed
@gssbzn gssbzn deleted the clean-om-org-select branch March 8, 2024 10:39
@fmenezes fmenezes mentioned this pull request Apr 5, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants