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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4a7ac981e5
commit
7793c5f96d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue