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

refactor: remove useless conditionals #12410

Merged

Conversation

ramonlsouza
Copy link
Member

What does this PR do?

Removes useless conditionals reported by lgtm alerts

Motivation

If a condition always evaluates to true or always evaluates to false, this often indicates incomplete code or a latent bug and should be examined carefully. (https://lgtm.com/rules/7860090/)

@antobinary antobinary merged commit b03da33 into bigbluebutton:develop May 19, 2021
@antobinary antobinary added this to the Release 2.3 milestone May 19, 2021
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.

None yet

2 participants