5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-06 23:26:57 +00:00

fix: el último ítem es un hash

closes #12747
This commit is contained in:
f 2023-03-23 15:14:53 -03:00
parent 5cda6a440c
commit 98b38e4caa

View file

@ -2,5 +2,5 @@
# Enviar una notificación cuando falla una tarea
SuckerPunch.exception_handler = lambda { |ex, _, args|
ExceptionNotifier.notify_exception(ex, data: { args: args })
ExceptionNotifier.notify_exception(ex, data: args.last)
}