mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user