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);
|
||||
TRef when Enable -> TRef;
|
||||
TRef ->
|
||||
erlang:cancel_timer(TRef),
|
||||
_ = erlang:cancel_timer(TRef),
|
||||
undefined
|
||||
end
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue