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

Merge branch 'issue-10031' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-03-23 14:24:46 -03:00
commit 09350fca21

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)
ExceptionNotifier.notify_exception(ex, data: { args: args })
}