Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Dec 8, 2023
1 parent 61b4c90 commit fcbc0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/plugins/dispatch_slack/case/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def create_signal_messages(case_id: int, channel_id: str, db_session: Session) -
value=button_metadata,
),
]
# The button URL must have at least one characters.
# The button URL must have at least one character.
# Otherwise, Slack will raise a Validation error.
# external_url is not a required field. If it's empty, an empty list is added,
# which effectively doesn't add anything to the elements list.
Expand Down

0 comments on commit fcbc0ee

Please sign in to comment.