Skip to content

Commit

Permalink
Fix slack webhook command (add headers). ref #1910
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jul 5, 2023
1 parent 15b192e commit fb1d8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


SLACK_BASE_URL = "https://hooks.slack.com/services/"
HEADERS = {}
HEADERS = {"Content-Type": "application/json"}


def format_text(text):
Expand Down

0 comments on commit fb1d8f6

Please sign in to comment.