Skip to content

Commit

Permalink
[api] predictable email receiver order
Browse files Browse the repository at this point in the history
it may or may not break test cases otherwise
  • Loading branch information
adrianschroeter committed Nov 19, 2015
1 parent e79beb2 commit d7d409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/mailers/event_mailer.rb
Expand Up @@ -46,7 +46,7 @@ def event(subscribers, e)
orig = mail_sender
end

mail(to: tos,
mail(to: tos.sort,
subject: e.subject,
from: orig,
date: e.created_at,
Expand Down

0 comments on commit d7d409f

Please sign in to comment.