Explorar o código

chore: make static check happy

zhongwencool %!s(int64=2) %!d(string=hai) anos
pai
achega
1d33b7dbd8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/emqx/src/emqx_flapping.erl

+ 1 - 1
apps/emqx/src/emqx_flapping.erl

@@ -214,7 +214,7 @@ update_timer(Timers) ->
                     start_timer(FlappingDetect, ZoneName);
                 TRef when Enable -> TRef;
                 TRef ->
-                    erlang:cancel_timer(TRef),
+                    _ = erlang:cancel_timer(TRef),
                     undefined
             end
         end,