Fix CastAndValidate plug
This commit is contained in:
parent
07ff2d62f4
commit
979f02ec94
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ defmodule Pleroma.Web.ApiSpec.CastAndValidate do
|
|||
|> List.first()
|
||||
|
||||
_ ->
|
||||
nil
|
||||
"application/json"
|
||||
end
|
||||
|
||||
private_data = Map.put(private_data, :operation_id, operation_id)
|
||||
|
|
Loading…
Reference in a new issue