5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 19:55:46 +00:00

fix: mostrar los metodos fallidos en el correo de notificación

no salían porque la tabla se genera en base a expandir las urls y cuando
las urls venían vacías no se generaba la fila.
This commit is contained in:
f 2023-03-24 13:30:14 -03:00
parent 0b4601c347
commit f83fb68dfc

View file

@ -44,7 +44,8 @@ class DeployJob < ApplicationJob
status = false
seconds ||= 0
size ||= 0
urls ||= []
# XXX: Hace que se vea la tabla
urls ||= [nil]
notify_exception e, d
end