24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Fix dialyzer warning

This commit is contained in:
Paweł Chmielowski 2022-04-20 19:20:16 +02:00
parent e59043db2c
commit 155261f78a

View File

@ -69,7 +69,7 @@ lookup(Token) ->
end.
-spec revoke(binary()) -> ok | error.
-spec revoke(binary()) -> ok | {error, binary()}.
revoke(Token) ->
mnesia:dirty_delete(oauth_token, Token).