5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 20:21:42 +00:00

fix: no enviar el env en la notificación
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-09-22 13:03:28 -03:00
parent 4a7ac981e5
commit 7793c5f96d
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ module Api
# respuesta de error a plataformas # respuesta de error a plataformas
def platforms_answer(exception) def platforms_answer(exception)
ExceptionNotifier.notify_exception(exception, env: request.env, data: { headers: request.headers.to_h }) ExceptionNotifier.notify_exception(exception, data: { headers: request.headers.to_h }
head :forbidden head :forbidden
end end