Skip to content

Commit

Permalink
Remove invalidated Slack URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjkerr committed Jul 9, 2019
1 parent 0918c54 commit 3609bf9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions helpers/slack.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# A lil' helper class for sending Slack messages to our Slack endpoint.
module Slack

# The endpoint for sending messages to our Slack instance.
# @return [String] Our Slack endpoint.
URL = 'https://hooks.slack.com/services/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'

# Constants for the various levels of Slack attachments.
LEVEL_INFO = 'info'
LEVEL_LOW = 'low'
Expand Down

0 comments on commit 3609bf9

Please sign in to comment.