Skip to content

Commit

Permalink
Merge pull request #70 from opportunity-hack/develop
Browse files Browse the repository at this point in the history
To #general we go!
  • Loading branch information
gregv authored Jul 26, 2024
2 parents 9ef7e7c + fe3bf84 commit 40ef236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/hearts_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def give_hearts_to_user(slack_user_id, amount, reasons, create_certificate_image
message=f"{intro_message}\nHey <@{slack_user_id}> :astronaut-hooray-woohoo-yeahfistpump: You have been given {amount} :heart: heart{plural} each for :point_right: *{reasons_string}* {heart_list}!\n{outro_message} {certificate_text}\nYour profile should now reflect these updates: https://ohack.dev/profile")

# Send to public channel too
send_slack(channel="testtest",
send_slack(channel="general",
message=f"{intro_message}\n:astronaut-hooray-woohoo-yeahfistpump: <@{slack_user_id}> has been given {amount} :heart: heart{plural} each for :point_right: *{reasons_string}* {heart_list}!\n{outro_message} {certificate_text}")
else:
# Example: ["code_reliability", "iterations_of_code_pushed_to_production
Expand Down

0 comments on commit 40ef236

Please sign in to comment.