Skip to content

Commit 8377976

Browse files
committed
more review feedback
1 parent a1ae6aa commit 8377976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intbot/core/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ def process_github_webhook(wh: Webhook):
7676
def process_zammad_webhook(wh: Webhook):
7777
# NOTE(artcz) Do nothing for now. Just a placeholder.
7878
# Processing will come in the next PR.
79-
return None
79+
return

0 commit comments

Comments
 (0)