Fix method call for service hook
This commit is contained in:
parent
f6248c255e
commit
ed92cfdebd
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module PushObserver
|
||||||
services.each do |service|
|
services.each do |service|
|
||||||
|
|
||||||
# Call service hook only if it is active
|
# Call service hook only if it is active
|
||||||
service.execute if service.active
|
service.execute(data) if service.active
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue