integrations: Remove redundant arguments.

This commit is contained in:
Niloth P
2025-10-12 06:03:03 +05:30
committed by Tim Abbott
parent f33ef8f206
commit 23740c97a4

View File

@@ -497,8 +497,6 @@ WEBHOOK_INTEGRATIONS: list[WebhookIntegration] = [
"github",
["version-control"],
display_name="GitHub",
function="zerver.webhooks.github.view.api_github_webhook",
stream_name="github",
url_options=[
WebhookUrlOption.build_preset_config(PresetUrlOption.BRANCHES),
WebhookUrlOption.build_preset_config(PresetUrlOption.IGNORE_PRIVATE_REPOSITORIES),