diff --git a/api/chalicelib/core/integration_github.py b/api/chalicelib/core/integration_github.py index 31e715f4a..0190cfbc5 100644 --- a/api/chalicelib/core/integration_github.py +++ b/api/chalicelib/core/integration_github.py @@ -18,7 +18,7 @@ class GitHubIntegration(integration_base.BaseIntegration): @property def issue_handler(self): - return + return self.__issue_handler def get_obfuscated(self): integration = self.get()