Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 23efd50

Browse files
author
Tony Bedford
committed
Remove comment not needed.
1 parent 5c30ccb commit 23efd50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

messages/verify_signed_webhooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def inbound():
2424
token = parts[1].strip()
2525

2626
# Extract api_key from token payload
27-
# So we can find matching sig secret
2827
k = jwt.decode(token, verify=False)["api_key"]
2928
# Use k to look up corresponding sig secret
3029

0 commit comments

Comments
 (0)