fix: dialyzer problem
This commit is contained in:
parent
d5b62eead0
commit
dbe73c70b1
|
@ -269,10 +269,7 @@ on_get_channel_status(
|
|||
ok ->
|
||||
connected;
|
||||
{error, undefined_table} ->
|
||||
{error, {unhealthy_target, <<"Table does not exist">>}};
|
||||
{error, _Reason} ->
|
||||
%% do not log error, it is logged in prepare_sql_to_conn
|
||||
connecting
|
||||
{error, {unhealthy_target, <<"Table does not exist">>}}
|
||||
end.
|
||||
|
||||
do_check_channel_sql(
|
||||
|
|
Loading…
Reference in New Issue