fix(emqx_auth_mnesia_api): Dialyzer warnings
This commit is contained in:
parent
7998ea1703
commit
6ffb20e1d4
|
@ -265,14 +265,6 @@ limit(Params) ->
|
||||||
%% Interval Funcs
|
%% 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}]) ->
|
format([{?TABLE, {clientid, ClientId}, Password, _InterTime}]) ->
|
||||||
#{clientid => ClientId,
|
#{clientid => ClientId,
|
||||||
password => Password};
|
password => Password};
|
||||||
|
|
Loading…
Reference in New Issue