From c3547174e5e064d87ba673c22ee8d30c5bd9f991 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Fri, 2 Sep 2022 20:20:30 +0100 Subject: [PATCH] feat(chalice): fixed github integration --- api/chalicelib/core/integration_github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()