mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:46:21 +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:
parent
21dd6ffd55
commit
c53391b21c
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ class DeployJob < ApplicationJob
|
||||||
status = false
|
status = false
|
||||||
seconds ||= 0
|
seconds ||= 0
|
||||||
size ||= 0
|
size ||= 0
|
||||||
urls ||= []
|
# XXX: Hace que se vea la tabla
|
||||||
|
urls ||= [nil]
|
||||||
|
|
||||||
notify_exception e, d
|
notify_exception e, d
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue