fix(emqx_auth_mnesia_api): Dialyzer warnings

This commit is contained in:
ayodele.akingbule 2020-12-10 14:42:50 +01:00 committed by Zaiming Shi
parent 7998ea1703
commit 6ffb20e1d4
1 changed files with 0 additions and 8 deletions

View File

@ -265,14 +265,6 @@ limit(Params) ->
%% Interval Funcs
%%------------------------------------------------------------------------------
format({?TABLE, {clientid, ClientId}, Password, _InterTime}) ->
#{clientid => ClientId,
password => Password};
format({?TABLE, {username, Username}, Password, _InterTime}) ->
#{username => Username,
password => Password};
format([{?TABLE, {clientid, ClientId}, Password, _InterTime}]) ->
#{clientid => ClientId,
password => Password};