mirror of
https://github.com/valitydev/fistful-server.git
synced 2024-11-06 10:45:21 +00:00
Dialyzer fixes
This commit is contained in:
parent
9c56e4c18a
commit
ed8fa884dd
@ -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() :: #{
|
||||
|
@ -45,6 +45,7 @@
|
||||
-export_type([expiration/0]).
|
||||
-export_type([key/0]).
|
||||
-export_type([stored_key/0]).
|
||||
-export_type([kid/0]).
|
||||
|
||||
%%
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
-type token() :: wapi_authorizer_jwt:token().
|
||||
|
||||
-spec verify(token()) ->
|
||||
{ok, map()} |
|
||||
{ok, binary()} |
|
||||
{error,
|
||||
{invalid_token,
|
||||
badarg |
|
||||
|
Loading…
Reference in New Issue
Block a user