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

Fix if logic error #5171

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Fix if logic error #5171

merged 1 commit into from
Nov 11, 2024

Conversation

BlackDex
Copy link
Collaborator

Fixing a logical error in an if statement where we used && which should have been ||.

Fixing a logical error in an if statement where we used `&&` which should have been `||`.

Signed-off-by: BlackDex <black.dex@gmail.com>
@BlackDex BlackDex requested a review from dani-garcia November 11, 2024 08:05
@dani-garcia dani-garcia merged commit d0581da into dani-garcia:main Nov 11, 2024
5 checks passed
@BlackDex BlackDex deleted the fix-logic-issue branch November 11, 2024 11:52
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