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 conditional logic for parsing ignored events #346

Merged
merged 1 commit into from
Sep 7, 2024
Merged

Conversation

Ayymoss
Copy link
Collaborator

@Ayymoss Ayymoss commented Sep 4, 2024

The conditional statement in the event parsing logic was incorrect, causing all events to be parsed regardless of the ignore flag. This change corrects the logic to ensure that only non-ignored events are parsed.

The conditional statement in the event parsing logic was incorrect, causing all events to be parsed regardless of the ignore flag. This change corrects the logic to ensure that only non-ignored events are parsed.
@Ayymoss Ayymoss requested a review from RaidMax September 4, 2024 12:56
@RaidMax RaidMax merged commit a1a6924 into develop Sep 7, 2024
5 checks passed
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