5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 04:01:41 +00:00

fix: enviar las opciones post limpieza

This commit is contained in:
f 2023-03-22 09:59:36 -03:00
parent 1230dc2e96
commit bbb951594b

View file

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