Fix typo in ReactionObserver (#5834) [deploy]
This commit is contained in:
parent
6b53331476
commit
29e46000a5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class ReactionObserver < ActiveRecord::Observer
|
||||
def after_create(reaction)
|
||||
if reaction.category == "vomit"
|
||||
SlackBotPingWorker.perfom_async(
|
||||
SlackBotPingWorker.perform_async(
|
||||
message: "#{reaction.user.name} (https://dev.to#{reaction.user.path}) \nreacted with a #{reaction.category} on\nhttps://dev.to#{reaction.reactable.path}",
|
||||
channel: "abuse-reports",
|
||||
username: "abuse_bot",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue