Italicize kudos message

This commit is contained in:
Max Wofford 2025-02-23 13:22:14 -05:00
parent f43937ad54
commit f5503ae920

View file

@ -23,7 +23,7 @@ class SailorsLogNotifyJob < ApplicationJob
hours = project_duration / 3600
message = ":boat: <@#{slack_uid}> just coded 1 more hour on *#{project_name}* (total: #{hours}hrs). #{kudos_message}"
message = ":boat: <@#{slack_uid}> just coded 1 more hour on *#{project_name}* (total: #{hours}hrs). _#{kudos_message}_"
response = HTTP.auth("Bearer #{ENV['SLACK_BOT_OAUTH_TOKEN']}")
.post("https://slack.com/api/chat.postMessage",