Skip to content

Commit

Permalink
fix: remove duplicate account ID from modal
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Aug 2, 2024
1 parent 35a0a57 commit 552a931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/modules/aws/aws_account_health.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def health_view_handler(ack: Ack, body, logger: Logger, client: WebClient):
"type": "section",
"text": {
"type": "mrkdwn",
"text": f"Health check for *{account_name}*: ({account_id})",
"text": f"Health check for *{account_name}*:",
},
},
{"type": "divider"},
Expand Down Expand Up @@ -195,7 +195,7 @@ def health_view_handler(ack: Ack, body, logger: Logger, client: WebClient):
"type": "section",
"text": {
"type": "mrkdwn",
"text": f"Health check for *{account_name}*: ({account_id})",
"text": f"Health check for *{account_name}*:",
},
},
{"type": "divider"},
Expand Down

0 comments on commit 552a931

Please sign in to comment.