Lin Jen-Shin 2016-09-15 00:00:47 +08:00
parent 844d4e24af
commit 9d92d41ff9
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ class PipelinesEmailService < Service
if add_pusher? && data[:user].try(:[], :email)
all_recipients << data[:user][:email]
else
all_recipients
end
all_recipients
end
end