fix: dialyzer problem

This commit is contained in:
Kjell Winblad 2023-11-23 17:29:57 +01:00
parent d5b62eead0
commit dbe73c70b1
1 changed files with 1 additions and 4 deletions

View File

@ -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(