mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 23:32:53 +00:00
Italicize kudos message
This commit is contained in:
parent
f43937ad54
commit
f5503ae920
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue