feat(chalice): fixed github integration
This commit is contained in:
parent
b275d11e29
commit
c3547174e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue