mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 21:16:22 +00:00
fix: typo
This commit is contained in:
parent
8be6337db1
commit
9490d4d57c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue