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

fix: typo

This commit is contained in:
f 2024-01-08 17:00:38 -03:00
parent 8be6337db1
commit 9490d4d57c
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, data: { headers: request.headers.to_h }
ExceptionNotifier.notify_exception(exception, data: { headers: request.headers.to_h })
head :forbidden
end