Skip to content

Commit

Permalink
πŸš… Add a bullet point to the Slack message (#24)
Browse files Browse the repository at this point in the history
* Add a bullet point to the Slack message

* Add bullet point to message
  • Loading branch information
Gary-H9 authored Apr 9, 2024
1 parent aacf6e4 commit ffa577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/var/task/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def handler(event, context): # pylint: disable=unused-argument
if supplier_config[2]:
send_slack(
slack_channel=supplier_config[2],
message=f"A file uploaded by `{supplier}` has been transferred to `{supplier_config[3]}`.\n - `{file_name}`",
message=f"A file uploaded by `{supplier}` has been transferred to `{supplier_config[3]}`.\n β€’ `{file_name}`"
)
else:
print(f"No Slack channel configured for `{supplier}`")
Expand Down

0 comments on commit ffa577c

Please sign in to comment.