Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conditional logic for parsing ignored events
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.
- Loading branch information