mirror of https://github.com/zulip/zulip.git
lint: Fix violation in the GitHub webhook view.
This commit is contained in:
parent
f4617d0408
commit
55b4a3792d
|
@ -139,7 +139,6 @@ def api_github_v2(user_profile, event, payload, branches, default_stream,
|
|||
repository = payload['repository']
|
||||
updated_topic_focus = topic_focus if topic_focus else repository['name']
|
||||
|
||||
|
||||
# Event Handlers
|
||||
if event == 'pull_request':
|
||||
subject = get_pull_request_or_issue_subject(repository, payload['pull_request'], 'PR')
|
||||
|
|
Loading…
Reference in New Issue