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