We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ae6aa commit 8377976Copy full SHA for 8377976
intbot/core/tasks.py
@@ -76,4 +76,4 @@ def process_github_webhook(wh: Webhook):
76
def process_zammad_webhook(wh: Webhook):
77
# NOTE(artcz) Do nothing for now. Just a placeholder.
78
# Processing will come in the next PR.
79
- return None
+ return
0 commit comments