chore: make static check happy
This commit is contained in:
parent
535870386a
commit
1d33b7dbd8
|
@ -214,7 +214,7 @@ update_timer(Timers) ->
|
||||||
start_timer(FlappingDetect, ZoneName);
|
start_timer(FlappingDetect, ZoneName);
|
||||||
TRef when Enable -> TRef;
|
TRef when Enable -> TRef;
|
||||||
TRef ->
|
TRef ->
|
||||||
erlang:cancel_timer(TRef),
|
_ = erlang:cancel_timer(TRef),
|
||||||
undefined
|
undefined
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue