Method moved to service
This commit is contained in:
parent
aa1780d03c
commit
99760edc75
2 changed files with 5 additions and 4 deletions
|
@ -12,7 +12,4 @@
|
|||
#
|
||||
|
||||
class SystemHook < WebHook
|
||||
def async_execute(data)
|
||||
Sidekiq::Client.enqueue(SystemHookWorker, id, data)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue