Merge pull request #566 from zmeir/zmeir/fix/config_command_missing_arg

Fix failing `/config` command
This commit is contained in:
Tal
2024-01-04 08:14:29 -08:00
committed by GitHub

View File

@ -7,7 +7,7 @@ class PRConfig:
"""
The PRConfig class is responsible for listing all configuration options available for the user.
"""
def __init__(self, pr_url: str, args=None):
def __init__(self, pr_url: str, args=None, ai_handler=None):
"""
Initialize the PRConfig object with the necessary attributes and objects to comment on a pull request.