diff --git a/app/models/app.rb b/app/models/app.rb index fb2caee..a1963d4 100644 --- a/app/models/app.rb +++ b/app/models/app.rb @@ -75,7 +75,7 @@ class App end def notification_recipients - notify_all_users ? User.all.map(&:email) : watchers.map(&:address) + notify_all_users ? User.all.map(&:email).reject(&:blank?) : watchers.map(&:address) end protected -- libgit2 0.21.2