Skip to content
This repository was archived by the owner on Jun 25, 2021. It is now read-only.

Commit 3cb50af

Browse files
committed
Fix a typo for unhandled events
1 parent 4e4e1aa commit 3cb50af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webhooks/discourse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def handler(event, context):
7070
}
7171
return response
7272
else:
73-
resposne = {
73+
response = {
7474
"statusCode": 200,
7575
"body": json.dumps({"status": "OK", "notification": "skipped", "reason": "no entry configured for event"})
7676
}

0 commit comments

Comments
 (0)