Skip to content

Commit

Permalink
⟶: replace ASCII arrow with unicode arrow (#209)
Browse files Browse the repository at this point in the history
Why have a cheap imitation when you can have the real thing?
  • Loading branch information
kjgorman authored May 11, 2020
1 parent 66adcfb commit 812ccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response/slack/incident_commands/incident_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def close_incident(incident: Incident, user_id: str, message: str):
incident.end_time = datetime.now()
incident.save()

comms_channel.post_in_channel(f"This incident has been closed! 📖 -> 📕")
comms_channel.post_in_channel(f"This incident has been closed! 📖 📕")

return True, None

Expand Down

0 comments on commit 812ccaa

Please sign in to comment.