Commit ed92cfde authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix method call for service hook

parent f6248c25
......@@ -57,7 +57,7 @@ module PushObserver
services.each do |service|
# Call service hook only if it is active
service.execute if service.active
service.execute(data) if service.active
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment