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

Commit 4e4e1aa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webhooks/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def handler(event, context):
7979
}
8080
return response
8181
else:
82-
resposne = {
82+
response = {
8383
"statusCode": 200,
8484
"body": json.dumps({"status": "OK", "notification": "skipped", "reason": "no entry configured for event"})
8585
}

0 commit comments

Comments
 (0)