Skip to content

Commit

Permalink
Changing to mrkdwn so that the users are mentioned (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Oct 26, 2023
1 parent 4c5a54d commit 031b608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/server/event_handlers/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def format_api_key_detected(payload, client):
"type": "header",
"text": {
"type": "plain_text",
"text": "πŸ™€ Notify API Key has been compromised!πŸ”‘",
"text": "πŸ™€ Notify API Key has been compromised! πŸ”‘",
},
},
{
Expand All @@ -269,7 +269,7 @@ def format_api_key_detected(payload, client):
{
"type": "section",
"text": {
"type": "plain_text",
"type": "mrkdwn",
"text": f"{on_call_message}",
},
},
Expand Down

0 comments on commit 031b608

Please sign in to comment.