Merge pull request #12821 from SergeTupchiy/mqtt-connector-remove-duplicated-var

refactor: remove already bound variable
This commit is contained in:
SergeTupchiy 2024-04-01 18:25:32 +03:00 committed by GitHub
commit b465ba2652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -450,7 +450,6 @@ connect(Options) ->
options => emqx_utils:redact(Options)
}),
Name = proplists:get_value(name, Options),
WorkerId = proplists:get_value(ecpool_worker_id, Options),
ClientOpts = proplists:get_value(client_opts, Options),
case emqtt:start_link(mk_client_opts(Name, WorkerId, ClientOpts)) of
{ok, Pid} ->