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

Both branches of if-then-else are identical #6031

Open
chavacava opened this issue Oct 25, 2024 · 0 comments
Open

Both branches of if-then-else are identical #6031

chavacava opened this issue Oct 25, 2024 · 0 comments
Labels
good first issue Good for newcomers triage-accepted Issue is accepted by the organisation to be worked on.

Comments

@chavacava
Copy link

Both branches of if-then-else are identical

} else if team == "" && app == "" && env == "" && act == "" {
return model, nil
} else {
return model, nil
}

@satyampsoni satyampsoni added good first issue Good for newcomers triage-accepted Issue is accepted by the organisation to be worked on. labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers triage-accepted Issue is accepted by the organisation to be worked on.
Projects
None yet
Development

No branches or pull requests

2 participants