mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-15 23:38:19 +00:00
Merge branch 'issue-14339' into production.panel.sutty.nl
This commit is contained in:
commit
a18d0ef875
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class DeployJob < ApplicationJob
|
|||
usuarie_ids = site.roles.where(rol: 'usuarie', temporal: false).pluck(:usuarie_id)
|
||||
|
||||
Usuarie.where(id: usuarie_ids).find_each do |usuarie|
|
||||
DeployMailer.with(usuarie_id: usuarie, site: site)
|
||||
DeployMailer.with(usuarie: usuarie, site: site)
|
||||
.deployed(@deployed)
|
||||
.deliver_now
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue