Skip to content

Commit

Permalink
Update slack.md
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Sep 13, 2024
1 parent 0a24f26 commit 8da0fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bulk_delivery_methods/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Send a Slack message to bulk notify users in a channel.

```ruby
class CommentNotification
deliver_by :slack do |config|
bulk_deliver_by :slack do |config|
config.url = "https://slack.com..."
config.json = -> {
{
Expand Down

0 comments on commit 8da0fef

Please sign in to comment.