5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-15 21:28:16 +00:00

Merge branch 'issue-14339' into production.panel.sutty.nl

This commit is contained in:
f 2024-04-10 13:22:40 -03:00
commit a18d0ef875
No known key found for this signature in database

View file

@ -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