mirror of https://github.com/zulip/zulip.git
webhooks: Fix spelling of GitHub webhook client name.
This will make the Zulip analytics on /stats be consistent with the old integration.
This commit is contained in:
parent
ac4d551b32
commit
28a123f00e
|
@ -362,7 +362,7 @@ EVENT_FUNCTION_MAPPER = {
|
||||||
'watch': get_watch_body,
|
'watch': get_watch_body,
|
||||||
}
|
}
|
||||||
|
|
||||||
@api_key_only_webhook_view('Github')
|
@api_key_only_webhook_view('GitHub')
|
||||||
@has_request_variables
|
@has_request_variables
|
||||||
def api_github_webhook(
|
def api_github_webhook(
|
||||||
request, user_profile, client,
|
request, user_profile, client,
|
||||||
|
|
Loading…
Reference in New Issue