Fix dialyzer error in API spec: Use then/2 for OpenApiSpex.resolve_schema_modules/1 call
This commit is contained in:
parent
b082e1f86b
commit
9ea55a3888
1 changed files with 1 additions and 1 deletions
|
|
@ -158,6 +158,6 @@ defmodule Pleroma.Web.ApiSpec do
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# discover request/response schemas from path specs
|
# discover request/response schemas from path specs
|
||||||
|> OpenApiSpex.resolve_schema_modules()
|
|> then(&OpenApiSpex.resolve_schema_modules/1)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue