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 class inheritance and require_relative path in DefaultContextEventHandler #28

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yektt
Copy link
Contributor

@yektt yektt commented Aug 29, 2024

Description:

This PR corrects the require_relative statement in the DefaultContextEventHandler class. The original code mistakenly required context_data_provider instead of the correct context_event_handler. This fix ensures that the proper file is referenced, thereby preventing any potential issues related to incorrect file loading and improving the reliability of the code in the future.

@yektt yektt changed the title Fix incorrect require_relative path in DefaultContextEventHandler class Fix class inheritance and require_relative path in DefaultContextEventHandler Aug 29, 2024
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