fix(PgSQL connector): typo in function name

This commit is contained in:
Kjell Winblad 2024-06-07 19:40:18 +02:00
parent e63dcc84b0
commit c13631102e
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ failed_to_remove_prev_prepared_statement_error() ->
("A previous prepared statement for the action already exists "
"but cannot be closed. Please, try to disable and then enable "
"the connector to resolve this issue."),
{error, unicode:charactes_to_binary(Msg)}.
{error, unicode:characters_to_binary(Msg)}.
to_bin(Bin) when is_binary(Bin) ->
Bin;