Fix dialyzer errors.
This commit is contained in:
parent
4d7c1c5c18
commit
30b136ce72
6 changed files with 38 additions and 25 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
-export([encoder/3]).
|
||||
|
||||
-spec encoder(Handler::module(), State::any(), Config::jsx:config()) -> jsx:encoder().
|
||||
-spec encoder(Handler::module(), State::any(), Config::list()) -> jsx:encoder().
|
||||
|
||||
encoder(Handler, State, Config) ->
|
||||
fun(JSON) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue