Skip to content
Snippets Groups Projects
Commit ed92cfde authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix method call for service hook

parent f6248c25
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment