Review code
This commit is contained in:
parent
8091c07d3c
commit
424aea2878
|
@ -26,7 +26,9 @@
|
|||
|
||||
-include_lib("stdlib/include/qlc.hrl").
|
||||
|
||||
-include_lib("emq_dashboard/include/emq_dashboard.hrl").
|
||||
-record(mqtt_admin, {username, password, tags}).
|
||||
|
||||
-define(EMPTY_KEY(Key), ((Key == undefined) orelse (Key == <<>>))).
|
||||
|
||||
-import(proplists, [get_value/2]).
|
||||
|
||||
|
|
Loading…
Reference in New Issue