Dialyzer fixes

This commit is contained in:
Igor Toporkov 2019-07-18 14:23:36 +03:00
parent 9c56e4c18a
commit ed8fa884dd
3 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,7 @@
cash := ff_transaction:body(),
sender := ff_identity:identity(),
receiver := ff_identity:identity(),
quote_data => ff_adapter_withdrawal:quote_validation_data()
quote_data => ff_adapter_withdrawal:quote_data()
}.
-type params() :: #{

View File

@ -45,6 +45,7 @@
-export_type([expiration/0]).
-export_type([key/0]).
-export_type([stored_key/0]).
-export_type([kid/0]).
%%

View File

@ -9,7 +9,7 @@
-type token() :: wapi_authorizer_jwt:token().
-spec verify(token()) ->
{ok, map()} |
{ok, binary()} |
{error,
{invalid_token,
badarg |