Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(client): remove config requirement for Connect
Remove requirement when calling client::Config::connector() that the connector implements Connect. Removing this requirement allows users to set the connector back to UseDefaultConnector. Previously, this was not possible.
- Loading branch information