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

Merge branch 'rails' of 0xacab.org:sutty/sutty into 17.3.alpine.panel.sutty.nl

This commit is contained in:
f 2023-10-26 16:48:00 -03:00
commit 957fb2edb2
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ module Api
# respuesta de error a plataformas
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
end