Skip to content

Commit

Permalink
Debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunagm committed Dec 22, 2021
1 parent b86a64a commit 3eb2283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metagov/metagov/plugins/slack/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def handle_incoming_webhook(self, request):
"""
Handles requests coming from the Slack Events API, AND app interactivity requests.
"""
print(request)
# Check if this is an interactivity payload
# See: https://api.slack.com/interactivity/handling#payloads
if request.META["CONTENT_TYPE"] == "application/x-www-form-urlencoded" and request.POST.get("payload"):
Expand Down

0 comments on commit 3eb2283

Please sign in to comment.