mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 06:21:41 +00:00
fix: enviar las opciones post limpieza
This commit is contained in:
parent
1230dc2e96
commit
bbb951594b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class GitlabNotifierJob < ApplicationJob
|
|||
# la notificamos por correo
|
||||
rescue StandardError => e
|
||||
email_notification.call(e, data: @issue)
|
||||
email_notification.call(exception, data: options)
|
||||
email_notification.call(exception, data: @options)
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue