|
|
@@ -22,8 +22,6 @@
|
|
|
-include("types.hrl").
|
|
|
-include("logger.hrl").
|
|
|
|
|
|
--logger_header("[Flapping]").
|
|
|
-
|
|
|
-export([start_link/0, stop/0]).
|
|
|
|
|
|
%% API
|
|
|
@@ -162,4 +160,4 @@ start_timer(Zone) ->
|
|
|
start_timers() ->
|
|
|
lists:foreach(fun({Zone, _ZoneConf}) ->
|
|
|
start_timer(Zone)
|
|
|
- end, maps:to_list(emqx_config:get([zones], #{}))).
|
|
|
+ end, maps:to_list(emqx_config:get([zones], #{}))).
|